DrillthroughReport プロパティ

ドリルスルー レポートの URL を取得します。

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

構文

'宣言
Public ReadOnly Property DrillthroughReport As ReportUrl
    Get
'使用
Dim instance As Action
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
ドリルスルー レポートを表す ReportUrl オブジェクトです。