ExecutionInfo.DataSourcePrompts 屬性

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

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property DataSourcePrompts As DataSourcePrompt()
    Get 
    Set
'用途
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[])

屬性值

型別:array<ReportExecution2005.DataSourcePrompt[]
An array of DataSourcePrompts objects.

備註

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.

請參閱

參考

ExecutionInfo 類別

ReportExecution2005 命名空間