Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class
Properties Methods


In This Topic
    Page Class Members
    In This Topic

    The following tables list the members exposed by Page.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Page class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the width of the left margin. Default: 0 in.  
    Public PropertyGets or sets the default number of columns for rendering the report. Default: 1. Min: 1. Max: 1000  
    Public PropertyGets or sets the spacing between each column in multi-column renderings. Default: 0.5 in.  
    Public PropertyGets or sets the default height for rendering the report when in an interactive renderer. There is no maximum size. A value of 0 (with any unit) indicates height should be unlimited. Defaults to PageHeight.  
    Public PropertyGets or sets the default width for rendering the report when in an interactive renderer. There is no maximum size. A value of 0 (with any unit) indicates width should be unlimited. Defaults to PageWidth.  
    Public PropertyGets or sets the width of the left margin. Default: 0 in.  
    Public PropertyGets the C1RdlReport object containing this object.  
    Public PropertyGets the PageFooter object that is rendered at the bottom of each page of the report.  
    Public PropertyGets the PageHeader object that is rendered at the top of each page of the report.  
    Public PropertyGets or sets the default height for rendering the report in a physical-page oriented renderer. Default: 11 in. Must be greater than 0 in.  
    Public PropertyGets or sets the default width for rendering the report in a physical-page oriented renderer. Default: 8.5 in. Must be greater than 0 in.  
    Public PropertyGets or sets the width of the left margin. Default: 0 in.  
    Public PropertyGets the ReportElement.Style object defining style information for the current ReportElement. (Inherited from C1.C1Rdl.Rdl2008.ReportElement)
    Public PropertyGets or sets the width of the left margin. Default: 0 in.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyFor internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportElement)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another Page to the current object.  
    Public MethodOverridden. Clears the current object, sets all properties to their default values.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFor internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportElement)
    Top
    See Also