ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / PageWidth Property

In This Topic
    PageWidth Property (PageBase)
    In This Topic
    Gets the report page width.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PageWidth As Length
    public abstract Length PageWidth {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length representing the width of the report page.
    See Also