[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.PageWidth

PageWidth Property

PageWidth

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

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

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

Examples
Report report = new Report();
report.PageWidth = "8.5in";