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 オブジェクトです。