Condividi tramite


Proprietà DataSourcePrompts

Gets or sets the prompt strings for each data source associated with a report.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property DataSourcePrompts As DataSourcePrompt()
    Get
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<ReportExecution2005. . :: . .DataSourcePrompt> [] () [] []
An array of DataSourcePrompts objects.

Osservazioni

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.