ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / Width Property

In This Topic
    Width Property (ReportSection)
    In This Topic
    Gets or sets a value indicating the width of the report section.
    Syntax
    'Declaration
     
    Public Property Width As Length
    public Length Width {get; set;}

    Property Value

    A Length structure indicating the width of the report section.
    See Also