I am using the CR 2008 RAS API (but could also use an older API if needed). Any idea how to access information about the settings for dynamic prompts in a report?
I can access the PromptField objects with
dataDefController.ParameterFieldController.
GetPromptParameterFields(new PropertyBagClass());
but can't seem to find any options for its dynamic prompt settings (such as fields used to fill the default values, cascading prompt settings, etc.).