レポートのパラメーターを取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Parameters As ReportParameterCollection
Get
'使用
Dim instance As Report
Dim value As ReportParameterCollection
value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
このレポートで使用するパラメーターが格納された ReportParameterCollection オブジェクトです。