Search results
Suggest a FeaturePDF

Table custom properties

This topic explains about the list of table report item custom properties that are supported to render in ASP.NET Core 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 RowsPerPage count that fits within the page.

You can set the RowsPerPage property value, as shown in the below. Shows the records count configuration in custom property dialog

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. Shows the columns count configuration in custom property dialog

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. Shows the row count configuration in custom property dialog