SubreportProcessingEventArgs.Parameters 屬性

 

發佈時間: 2016年4月

取得子報表參數的集合。

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

語法

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

屬性值

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

包含子報表參數相關資訊的 ReportParameterInfoCollection

請參閱

SubreportProcessingEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首