Compartir a través de


ParentReportName Propiedad

Gets the value that specifies the name of the parent report.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

Notas

If the report is a subreport, this property returns the name of the parent report; otherwise, the property returns null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .