Compartir a través de


IReportContext.ParentReportName Propiedad

Gets the value that specifies the name 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 ParentReportName As String 
    Get
'Uso
Dim instance As IReportContext 
Dim value As String 

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

Valor de la propiedad

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

Comentarios

If the report is a subreport, this property returns the name 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