MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / PageWidth Property
Example

In This Topic
PageWidth Property (Report)
In This Topic
Gets or sets a width of the pages in the report.
Syntax
'Declaration
 
Public Property PageWidth As Length
 

Property Value

A Length value indicating the width of the pages in the report. Default value is 8.5in.
Example
Report report = new Report();
report.PageWidth = "8.5in";
See Also