I have a simple report there's 3 things I cant get going:
Column 1: If <value equals 1> Print "F" else print " "
Column 8: if <value is true> Print a "check mark" symbol
Column 9: bottom border even if value is empty
I think this should be fairlly easy to do. It's an embedded report in VS 2008 c# app.
Peter