ActiveReports Developer 7
Height Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : Height Property

Glossary Item Box

Gets or sets the height of the report item.

Syntax

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

Property Value

A Length structure indicating the report item's height.

Remarks

Negative sizes are allowed only for the Line report item.

The default value is the height of the containing object minus the Top, if no value is provided.

For Table and Matrix report items, the default values for Height and Width are instead derived from the sizes of the component parts (columns, rows, matrix cells).

See Also