次の方法で共有


LinkedReportTargetPath プロパティ

リンク先のパスを示す値を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
ReadOnly Property LinkedReportTargetPath As String
    Get
'使用
Dim instance As IReportContext
Dim value As String

value = instance.LinkedReportTargetPath
string LinkedReportTargetPath { get; }
property String^ LinkedReportTargetPath {
    String^ get ();
}
abstract LinkedReportTargetPath : string
function get LinkedReportTargetPath () : String

プロパティ値

型: System. . :: . .String
リンク先のパスを示す値です。

説明

レポートがリンク レポートの場合、このプロパティはリンク先のパスを返します。それ以外の場合、このプロパティは null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) を返します。