次の方法で共有


Report.Parameters プロパティ

レポートのパラメーターを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  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.OnDemandReportRendering.ReportParameterCollection
ReportParameterCollection オブジェクト。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間