ActiveReports Developer 7
FixedHeight Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRegion Class : FixedHeight Property

Glossary Item Box

Represents the data region's maximum height per page.

Syntax

Visual Basic (Declaration) 
Public Property FixedHeight As Length
C# 
public Length FixedHeight {get; set;}

Property Value

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

See Also