[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.Columns

Columns Property

Columns

Gets or sets the number of columns in the section page.

Declaration
public int Columns { get; set; }
Property Value
Type Description
int

An int value indicating the number of columns. Default value is 1. Minimum value is 1 and the maximum value is 100.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.Columns = 2;