ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class / PageWidth Property

In This Topic
    PageWidth Property (Page)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property PageWidth As ReportSize
    public ReportSize PageWidth {get; set;}
    See Also