Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / PageSection Class
Members

In This Topic
    PageSection Class
    In This Topic
    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.
    Object Model
    PageSection Class
    Syntax
    'Declaration
     
    Public MustInherit Class PageSection 
       Inherits ReportElement
       Implements IStyleOwner 
    public abstract class PageSection : ReportElement, IStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Rdl.Rdl2008.ReportElement
          C1.C1Rdl.Rdl2008.PageSection
             C1.C1Rdl.Rdl2008.PageFooter
             C1.C1Rdl.Rdl2008.PageHeader

    See Also