Condividi tramite


Proprietà LinkedReportTargetPath

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property LinkedReportTargetPath As String
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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