[]
Gets or sets a number of columns in the report.
public int Columns { get; set; }
An int value indicating the number of columns. Default is 1, with a minimum of 1 and a maximum of 100.
1
100
Body body = new Body(); body.Columns = 3;