How to display tick and cross mark in a report
Hi,I have created a report, Report.rdl using VS2008, and wrote an expression for the detail=IIF(Fields!FAId.Value, true, false)The detail values will be displayed as 'True' or 'False' in the preview.Does anyone know how can I display these boolean values in tickor cross?Cheers
December 7th, 2009 8:14pm

Hi Lucky Eagle,You can use a font like Windings/Webdings and display a different symbol for it depending on whether the FAid.Value is true or false. Your expression would look like:=IIF(Fields!FAid.Value,"symbol for tick", "symbol for cross")Then, the font will be Windings 1 or Webdings. In Windings the tick symbol is ALT+0252 - "" and cross is ALT+0251 - "". You can type them by holding ALT and then typing the number in your keypad. Boyan Penev --- http://bp-msbi.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2009 9:47pm

Thanks, Boyan. It works quite well.
December 7th, 2009 10:52pm

Hi Boyan Penv, Very nice post, I resolved my problem... Thanx
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2012 4:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics