Compartir a través de


Report.ReportSections Propiedad

Gets the report sections in the report.

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

Sintaxis

'Declaración
Public ReadOnly Property ReportSections As ReportSectionCollection 
    Get
'Uso
Dim instance As Report 
Dim value As ReportSectionCollection 

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

Valor de la propiedad

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering