次の方法で共有


Action.DrillthroughParameters プロパティ

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

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

構文

'宣言
Public Property DrillthroughParameters As NameValueCollection 
    Get 
    Set
'使用
Dim instance As Action 
Dim value As NameValueCollection 

value = instance.DrillthroughParameters

instance.DrillthroughParameters = value
public NameValueCollection DrillthroughParameters { get; set; }
public:
property NameValueCollection^ DrillthroughParameters {
    NameValueCollection^ get ();
    void set (NameValueCollection^ value);
}
member DrillthroughParameters : NameValueCollection with get, set
function get DrillthroughParameters () : NameValueCollection 
function set DrillthroughParameters (value : NameValueCollection)

プロパティ値

型: System.Collections.Specialized.NameValueCollection
詳細レポートのパラメーターを表す NameValueCollection です。

関連項目

参照

Action クラス

Microsoft.ReportingServices.ReportRendering 名前空間