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

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

    Property Value

    A Length value indicating the maximum height of the data region per page. If undefined, uses ReportItem.Height.
    Example
    dataRegion.FixedHeight = "11in";
    See Also