Defines the layout of report items to appear at the top or bottom of every page of the report. The PageSection element itself is not used. Only subtypes of PageSection are used: PageHeader, PageFooter.

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

Syntax

C#
public abstract class PageSection : ReportElement, 
	IReportElementOwner
Visual Basic
Public MustInherit Class PageSection _
	Inherits ReportElement _
	Implements IReportElementOwner

Inheritance Hierarchy

See Also