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