[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.Width

Width Property

Width

Gets or sets the width of the report section.

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

A Length value indicating the width of the report section.

Examples
ReportSection section = new ReportSection();
section.Width = new Length("8.5in");