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。