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 命名空间