ExecutionInfo.DataSourcePrompts Property
Gets or sets the prompt strings for each data source associated with a report.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property DataSourcePrompts As DataSourcePrompt()
Get
Set
'Usage
Dim instance As ExecutionInfo
Dim value As DataSourcePrompt()
value = instance.DataSourcePrompts
instance.DataSourcePrompts = value
public DataSourcePrompt[] DataSourcePrompts { get; set; }
public:
property array<DataSourcePrompt^>^ DataSourcePrompts {
array<DataSourcePrompt^>^ get ();
void set (array<DataSourcePrompt^>^ value);
}
member DataSourcePrompts : DataSourcePrompt[] with get, set
function get DataSourcePrompts () : DataSourcePrompt[]
function set DataSourcePrompts (value : DataSourcePrompt[])
Property Value
Type: array<ReportExecution2005.DataSourcePrompt[]
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.