ExecutionInfo.DataSourcePrompts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the prompt strings for each data source associated with a report.
public:
property cli::array <ReportExecution2005::DataSourcePrompt ^> ^ DataSourcePrompts { cli::array <ReportExecution2005::DataSourcePrompt ^> ^ get(); void set(cli::array <ReportExecution2005::DataSourcePrompt ^> ^ value); };
public ReportExecution2005.DataSourcePrompt[] DataSourcePrompts { get; set; }
member this.DataSourcePrompts : ReportExecution2005.DataSourcePrompt[] with get, set
Public Property DataSourcePrompts As DataSourcePrompt()
Property Value
An array of DataSourcePrompts objects.
Remarks
These prompts are for data sources that can potentially accept credentials. You may still provide different credentials even if credentials have already been provided in the session and the CredentialsRequired property is false
.