Partager via


Propriété SubReport.Report

Gets the full structure (definition and instance) of the subreport.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.Report
A Report object.

Voir aussi

Référence

SubReport Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering