[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.PageHeight

PageHeight Property

PageHeight

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

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

A Length value indicating the height of the pages in the report. Default value is 11in.

Examples
Report report = new Report();
report.PageHeight = "11in";