次の方法で共有


Image.DrillthroughReport プロパティ

詳細レポートの URL を返します。

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

構文

'宣言
Public ReadOnly Property DrillthroughReport As ReportUrl 
    Get
'使用
Dim instance As Image 
Dim value As ReportUrl 

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportUrl
詳細レポートの URL を表す ReportUrl オブジェクトです。

関連項目

参照

Image クラス

Microsoft.ReportingServices.ReportRendering 名前空間