ExecutionInfo.Parameters 속성

Contains the current parameter information for the execution.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property Parameters As ReportParameter()
    Get 
    Set
‘사용 방법
Dim instance As ExecutionInfo 
Dim value As ReportParameter()

value = instance.Parameters

instance.Parameters = value
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
    array<ReportParameter^>^ get ();
    void set (array<ReportParameter^>^ value);
}
member Parameters : ReportParameter[] with get, set
function get Parameters () : ReportParameter[]
function set Parameters (value : ReportParameter[])

속성 값

유형: array<ReportExecution2005.ReportParameter[]
An array of ReportParameter objects.

주의

For processed reports or parameters that have been specified, this will contain the parameter values and other information necessary for iterating through the parameter hierarchy.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스