How to show different color conditionally for a row in Report Viewer
Hi Team,
There is a OOTB functionality. If there is any case status = New it shows Blue color in Report Viewer. (PFA)
There is CSS file with code .statusNew, statusNewExpand { color: dodgerblue; }. But I dont know how report viewer will pick this code only for pyStatusWork= New
How to implement the same for other columns. Where we should mention condition ?
I have a requirement if the DateTime displayed in Report viewer is past the current date time then I should show RED color if not Green color.
How can I implement this in Report viewer ?
Thanks
Sateesh
***Updated by moderator: Lochan to add Categories***