[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Page.Height

Height Property

Height

Gets or sets a height of the page.

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

A Length value indicating the height of the page.

Examples
Page page = new Page();
page.Height = "11in";