共用方式為


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.