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

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

    Property Value

    A Length value indicating the width of the report section.
    Example
    ReportSection section = new ReportSection();
    section.Width = new Length("8.5in");
    See Also