[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageWidth

PageWidth Property

PageWidth

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

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

A Length value indicating the width of the pages. Default value is 8.5in.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.PageWidth = "8.5in";