ActiveReports Developer 7
PageHeight Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : PageHeight Property

Glossary Item Box

Gets or sets the height of the pages in the report.

Syntax

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

Property Value

Length structure indicating the height of the pages in the report.

Remarks

The default value is 11in.

See Also