Blazor Reports

Load Large Data

This demo effectively presents sales order details through a straightforward RDL basic table containing 100K rows, complete with currency formatting, all within the Blazor Bold Report Viewer.

This report shows 100k records of sales order details using the Tablix report item in RDL report.

  • The table is displayed with a total row, and the sum of sales is calculated by aggregation of OrderQty and UnitPrice data fields using the Expression support.
  • The Item total data text box is formatted in Currency format to enhance the report design.

More information about Tablix can be found in this documentation section.

This report shows 100k records of sales order details using the Tablix report item in RDL report.

  • The table is displayed with a total row, and the sum of sales is calculated by aggregation of OrderQty and UnitPrice data fields using the Expression support.
  • The Item total data text box is formatted in Currency format to enhance the report design.

More information about Tablix can be found in this documentation section.