Partilhar via


Propriedade do RDL ParentReportName

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

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 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 da propriedade

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

Comentários

If the report is a subreport, this property returns the name of the parent report; otherwise, the property returns null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) .