Compartir a través de


IReportContext.ParentReportPath Propiedad

Gets a value that specifies the path of the parent report.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property ParentReportPath As String 
    Get
'Uso
Dim instance As IReportContext 
Dim value As String 

value = instance.ParentReportPath
string ParentReportPath { get; }
property String^ ParentReportPath {
    String^ get ();
}
abstract ParentReportPath : string
function get ParentReportPath () : String

Valor de la propiedad

Tipo: System.String
A value that specifies the path of the parent report.

Comentarios

If the report is a subreport, this property returns the path of the parent report; otherwise, the property returns nulles una referencia NULL (Nothing en Visual Basic)..

Vea también

Referencia

IReportContext Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces