ExecutionInfo.DataSourcePrompts, propriété

Espace de noms :  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property DataSourcePrompts As DataSourcePrompt()
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 propriété

Type : array<Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.DataSourcePrompt[]

Voir aussi

Référence

ExecutionInfo Classe

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms