ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / FixedHeight Property

In This Topic
    FixedHeight Property (DataRegion)
    In This Topic

    Represents the data region's maximum height per page.

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

    Property Value

    Represents the data region's maximum height per page. If undefined use ReportItem.Height.

    See Also