Partager via


Propriété SubReport.ReportName

Gets the name of the report within subreport.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReportName As String 
    Get
'Utilisation
Dim instance As SubReport 
Dim value As String 

value = instance.ReportName
public string ReportName { get; }
public:
property String^ ReportName {
    String^ get ();
}
member ReportName : string
function get ReportName () : String

Valeur de propriété

Type : System.String
A string value.

Voir aussi

Référence

SubReport Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering