[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Body.Columns

Columns Property

Columns

Gets or sets a number of columns in the report.

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

An int value indicating the number of columns. Default is 1, with a minimum of 1 and a maximum of 100.

Examples
Body body = new Body();
body.Columns = 3;