Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 alternate colours on each line

Author  Topic 

rango316
Starting Member

20 Posts

Posted - 2008-03-03 : 06:51:29
I now have a report thanks to help on this site :) but the report is difficult to read.

Is there a way to colour code each line e.g every 2nd line blue or something?

Regards

Ian

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-03-03 : 07:41:27
There must be an option in the detail section to conditionally change the colur for each row
(Same can be done in Crystal Reports with formula)
See if you can simulate that

Also you should post this in Reporting Services forum for better answer

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-03-03 : 09:24:52
You can give an expression on colour properties of cell in reporting services so that it reneders the column colour based on your condition.
Go to Top of Page
   

- Advertisement -