Version

ReportSectionCollection Class

A collection of Infragistics.Windows.Reporting.ReportSection objects used by Report.
Syntax
'Declaration
 
Public Class ReportSectionCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ReportSection)
Remarks

Note: each section in a Report starts on a new page. For example, if you created a Report with 3 EmbeddedVisualReportSections, one with a XamDataGrid and 2 others with simple visual elements, each section would start on a new page even though there might have been available space on the last page from the previous section.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also