[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.Width

Width Property

Width

Gets or sets a width of the report.

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

A Length value indicating the width of the report.

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