DataSourcePrompts propriété
Gets or sets the prompt strings for each data source associated with a report.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (dans ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Property DataSourcePrompts As DataSourcePrompt()
Get
Set
'Utilisation
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[])
Valeur de la propriété
Type : array<ReportExecution2005. . :: . .DataSourcePrompt> [] () [] []
An array of DataSourcePrompts objects.
Notes
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.