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

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

    Property Value

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