SubreportProcessingEventArgs.Parameters 属性

获取子报表参数的集合。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public ReadOnly Property Parameters As ReportParameterInfoCollection
    Get
用法
Dim instance As SubreportProcessingEventArgs
Dim value As ReportParameterInfoCollection

value = instance.Parameters
public ReportParameterInfoCollection Parameters { get; }
public:
property ReportParameterInfoCollection^ Parameters {
    ReportParameterInfoCollection^ get ();
}
member Parameters : ReportParameterInfoCollection
function get Parameters () : ReportParameterInfoCollection

属性值

类型:Microsoft.Reporting.WinForms.ReportParameterInfoCollection
一个包含子报表参数信息的 ReportParameterInfoCollection

请参阅

参考

SubreportProcessingEventArgs 类

Microsoft.Reporting.WinForms 命名空间