Gets the ReportItems collection containing the elements of the page section layout. No data regions or subreports are allowed in the page section. All page breaks are ignored in the page section.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ReportItems ReportItems { get; }
Visual Basic
Public ReadOnly Property ReportItems As ReportItems
	Get

See Also