[]
Gets or sets the number of columns in the section page.
public int Columns { get; set; }
Type | Description |
---|---|
int | An int value indicating the number of columns.
Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.Columns = 2;