Parameters 속성
Contains the current parameter information for the execution.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005.dll의 ReportExecution2005
구문
‘선언
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.