Report.ReportSections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the report sections in the report.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportSectionCollection ^ ReportSections { Microsoft::ReportingServices::OnDemandReportRendering::ReportSectionCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection ReportSections { get; }
member this.ReportSections : Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection
Public ReadOnly Property ReportSections As ReportSectionCollection
Property Value
A ReportSectionCollection object.