Freigeben über


Report.ReportSections-Eigenschaft

Gets the report sections in the report.

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

Syntax

'Declaration
Public ReadOnly Property ReportSections As ReportSectionCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace