Blazor Reports

Conditional Row Formatting

This demonstration illustrates customer details in an SSRS table report item, with the details being highlighted based on conditional row formatting in Blazor Bold Report Viewer.

This demo illustrates the Conditional Formatting feature along with Report Parameters using the Tablix data region. Based on the country name selected in the Highlight Country parameter, the available customer details of the respective country are highlighted using conditional formatting. It makes the report easier to read horizontally and enhances the look and feel of report.

  • Conditional IIF Statement is used to build expression for background color, thereby it highlights the rows based on the Country Name field.

Conditional row formatting report designing steps can be found in this documentation section.

This demo illustrates the Conditional Formatting feature along with Report Parameters using the Tablix data region. Based on the country name selected in the Highlight Country parameter, the available customer details of the respective country are highlighted using conditional formatting. It makes the report easier to read horizontally and enhances the look and feel of report.

  • Conditional IIF Statement is used to build expression for background color, thereby it highlights the rows based on the Country Name field.

Conditional row formatting report designing steps can be found in this documentation section.