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 네임스페이스