ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / FixedWidth Property

In This Topic
    FixedWidth Property (DataRegion)
    In This Topic

    Represents the data region's maximum width per page.

    Syntax
    'Declaration
     
    Public Property FixedWidth As Length
    public Length FixedWidth {get; set;}

    Property Value

    Represents the data region's maximum width per page. If undefined use ReportItem.Width.

    See Also