Property Value
An System.Int32 value indicating the number of columns. Default value is1
. Minimum value is 1
and the maximum value is 100
.1
. Minimum value is 1
and the maximum value is 100
.ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.Columns = 2;