次の方法で共有


Image.DrillthroughParameters プロパティ

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

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

構文

'宣言
Public ReadOnly Property DrillthroughParameters As NameValueCollection 
    Get
'使用
Dim instance As Image 
Dim value As NameValueCollection 

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

プロパティ値

型: System.Collections.Specialized.NameValueCollection
詳細レポートに使用されるパラメーターが含まれる System.Collections.Specialized.NameValueCollection です。

関連項目

参照

Image クラス

Microsoft.ReportingServices.ReportRendering 名前空間