ExecutionInfo.DataSourcePrompts Property

Definition

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.

Applies to