Hi All,
Here’s short tips to add the cosmetic look for your report design based on the line number of the data in the table, List and Matrix.
We can give the different colors for the each rows in the report.
The simple expression is below.
=IIf((RowNumber(“YourDataSource”) Mod 2) = 0, Nothing, “#F0F0F0″)
Here’s short tips to add the cosmetic look for your report design based on the line number of the data in the table, List and Matrix.
We can give the different colors for the each rows in the report.
The simple expression is below.
=IIf((RowNumber(“YourDataSource”) Mod 2) = 0, Nothing, “#F0F0F0″)
No comments:
Post a Comment