An instance of this class can be added to a Report's Report.Sections collection. Then, when a pagination process is started, by calling Report.Export or Report.Print on Report, the EmbeddedVisualReportSection class creates an instance of a ReportPagePresenter and sets its content based on the parameters passed into one of its constructors. It then rasies the PaginationStarting, PaginationStarted and finally the PaginationEnded events.
The EmbeddedVisualReportSection class can contain three types of objects, supplied in the constructor:
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.
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