I have a report that I want add a line beneath the even rows in details section.I add a Line in details section and add this expression to that:
=IIF(RowNumber("DataSet1") Mod 2 , "Green", "No Color")
but line showed under the last record of my report.my report consist pf a simple table in details section. How I can show a line under even row number records?