Table custom properties
This topic explains about the list of table report item custom properties that are supported to render in Angular Report Viewer.
Limit number of table records on each page
The RowsPerPage custom property is used to specify the number of table records to display on each page. It supports integer data value greater than zero.
This property is ignored when table rows heights higher than current page size. Increase the report page height or reduce
RowsPerPagecount that fits within the page.
You can set the RowsPerPage property value, as shown in the below.

Setting maximum Column count for table
The MaxColumnCount custom property is used to set the maximum number of columns for the table. It supports integer data value greater than zero. An exception is thrown if it exceeds the count.
You can set the MaxColumnCount property value, as shown below.

Setting maximum Row count for table
The MaxRowCount custom property is used to set the maximum number of rows for the table. It supports integer data value greater than zero. An exception is thrown if it exceeds the count.
You can set the MaxRowCount property value, as shown below.
