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

In This Topic
    PageWidth Property (IReport)
    In This Topic
    Gets the width of the report page.
    Syntax
    'Declaration
     
    ReadOnly Property PageWidth As Length
    Length PageWidth {get;}

    Property Value

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