The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi! Attached is the CampaignCustomers.rdlc file that generates the report shown in the report_master_detail1.png image. In the rdlc file I configured Tablix to change the colors of the lines: = IIf (RowNumber (NOTHING) MOD 2, "", "LIGHTGRAY")
As shown in the picture, the rows in the table do not change the colors. Can you change the attached rdlc file so that the generated report changes the colors of the table rows correctly?
VSVinoth Srinivasan Syncfusion Team September 13, 2017 11:44 AM UTC
Hi Carlos,
Thanks for your interest in Syncfusion Components.
In your shared report the tablix placed inside the list is grouped by customer name. Each group has only one row available, hence the background expression used in row always returns the true part. We have removed the group on from the Tablix group properties and now background color applied for alternate row. Please find the modified RDLC report from the below location.