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

In This Topic
    PageHeight Property (Page)
    In This Topic
    Gets or sets the default height for rendering the report in a physical-page oriented renderer. Default: 11 in. Must be greater than 0 in.
    Syntax
    'Declaration
     
    Public Property PageHeight As ReportSize
    public ReportSize PageHeight {get; set;}
    See Also