SubreportProcessingEventArgs.Parameters 属性
获取子报表参数的集合。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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.WebForms.ReportParameterInfoCollection
包含子报表参数信息的 ReportParameterInfoCollection。