Compartilhar via


Propriedade do RDL Report.ReportSections

Gets the report sections in the report.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering