Partager via


Propriété 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