Partilhar via


Propriedade do RDL IReportContext.LinkedReportTargetPath

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

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

Sintaxe

'Declaração
ReadOnly Property LinkedReportTargetPath As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

If the report is a linked report, this property returns the path of the link target; otherwise, the property returns nulluma referência nula (Nothing no Visual Basic).

Consulte também

Referência

IReportContext Interface

Namespace Microsoft.ReportingServices.Interfaces