hi Sohaib ,
doing the same report ,modifying the design of report which you have given
one small issue i have
please see this expression
= iif(ReportItems!SecurityPrivilege1.Value = " " , "White","LightGrey")
i have written this expression in the fill color properties , and the name of the textbox is SecurityPrivilege1 , but this expression is not working .
actually i wanted to fill that box with grey , if value != null
else white
please guide me .
Thanks