Partager via


LinkedReportTargetPath propriété

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
ReadOnly Property LinkedReportTargetPath As String
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

If the report is a linked report, this property returns the path of the link target; otherwise, the property returns null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .