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

In This Topic
    Width Property (ReportSectionBase)
    In This Topic
    Gets the width of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Width As Length
    public abstract Length Width {get;}

    Property Value

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