Compartir a través de


SubReport.Report Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Report As Report 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SubReport Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering