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.
Starting in 2019, the Reporting control is no longer included in Essential Studio®. If you're experiencing issues with the Syncfusion Reporting Platform, Report Viewer, Report Designer, or Report Writer, we recommend migrating to Bold Reports, our dedicated reporting platform.
Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.
We thank you for choosing Syncfusion and appreciate your understanding.
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.