[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageHeight

PageHeight Property

PageHeight

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

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

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

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.PageHeight = "11in";