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

In This Topic
    FixedWidth Property (DataRegion)
    In This Topic
    Gets or sets a maximum width of the data region per page.
    Syntax
    'Declaration
     
    Public Property FixedWidth As Length
    public Length FixedWidth {get; set;}

    Property Value

    A Length value indicating the maximum width of the data region per page. If undefined, uses ReportItem.Width.
    Example
    dataRegion.FixedWidth = "8in";
    See Also