Progress® Telerik® Reporting R3 2019
PageSettings.ColumnCount Property
Gets or sets a value that specifies how many columns are present
in the DetailSection of the report.
Namespace:
Telerik.Reporting.DrawingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Property Value
Type: Int32An integer value specifying the number of columns. The value should be equal to or greater than 1. The default is 1.
Remarks
Column widths are calculated based on the following rule: DetailWidth = ColumnWidth * ColumnCount + ColumSpacing * (ColumnCount - 1)
Multi-column reports are primarily used for printing labels.
Version Information
Supported in: 1.0.1