[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedHeight

FixedHeight Property

FixedHeight

Gets or sets a maximum height of the data region per page.

Declaration
public Length FixedHeight { get; set; }
Property Value
Type Description
Length

A Length value indicating the maximum height of the data region per page. If undefined, uses Height.

Examples
dataRegion.FixedHeight = "11in";