次の方法で共有


ActionDrillthrough.Parameters プロパティ

詳細レポートのパラメーター。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Parameters As ParameterCollection 
    Get
'使用
Dim instance As ActionDrillthrough 
Dim value As ParameterCollection 

value = instance.Parameters
public ParameterCollection Parameters { get; }
public:
property ParameterCollection^ Parameters {
    ParameterCollection^ get ();
}
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ParameterCollection
ParameterCollection オブジェクト。

関連項目

参照

ActionDrillthrough クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間