[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Page.Width

Width Property

Width

Gets or sets a width of the page.

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

A Length value indicating the width of the page.

Examples
Page page = new Page();
page.Width = "8.5in";