IReportContext.LinkedReportTargetPath Property

Gets the value that specifies the path of the link target.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property LinkedReportTargetPath As String
    Get
'Usage
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

Property Value

Type: System.String
A value that specifies the path of the link target.

Remarks

If the report is a linked report, this property returns the path of the link target; otherwise, the property returns nulla null reference (Nothing in Visual Basic).