MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Page Class / Height Property
Example

In This Topic
Height Property (Page)
In This Topic
Gets or sets a height of the page.
Syntax
'Declaration
 
Public Property Height As Length
 

Property Value

A Length value indicating the height of the page.
Example
Page page = new Page();
page.Height = "11in";
See Also