Hi Carlos,
Thanks for your interest in Syncfusion Components.
You can set background color to alternate rows using “RowNumber” expression. You can select the required row and select background color in property grid then set the below expression for background color.
=IIf(RowNumber(NOTHING) MOD 2, "","LIGHTGRAY") |
Also, we have prepared a sample report based on this and it can be downloaded from the below location.
You can obtain the ReportDesigner component exe file in below build installed location,
C:\Program Files (x86)\Syncfusion\Essential Studio\ version\Utilities\Report Designer
Regards,
Vinoth S.