共用方式為


SubreportProcessingEventArgs.Parameters 屬性

取得子報表參數的集合。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public ReadOnly Property Parameters As ReportParameterInfoCollection
public ReportParameterInfoCollection Parameters { get; }
public:
property ReportParameterInfoCollection^ Parameters {
    ReportParameterInfoCollection^ get ();
}
member Parameters : ReportParameterInfoCollection with get
function get Parameters () : ReportParameterInfoCollection

屬性值

類型:Microsoft.Reporting.WinForms.ReportParameterInfoCollection
包含子報表參數相關資訊的 ReportParameterInfoCollection

請參閱

參考

SubreportProcessingEventArgs 類別

Microsoft.Reporting.WinForms 命名空間