次の方法で共有


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

関連項目

参照

Action クラス

Microsoft.ReportingServices.ReportRendering 名前空間