LinkedReportTargetPath-Eigenschaft
Gets the value that specifies the path of the link target.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.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
Eigenschaftswert
Typ: System. . :: . .String
A value that specifies the path of the link target.
Hinweise
If the report is a linked report, this property returns the path of the link target; otherwise, the property returns null Nothing nullptr unit ein NULL-Verweis (Nothing in Visual Basic) .