11 September 2016

Display a check box in NAV RDLC Reports

Hi All,

There may be a requirement to print a check box ( Boolean field) in reports.

There are few ways to achieve the same

  • Using Images and controlling the visibility property based on condition.
  • Using Indicators to a Boolean field 
  • Using Wingding fonts


I will discuss the last 2 options here

  • Using Indicators to a Boolean field : Select Indicator Control from Tool Box.






















Then add the expression Boolean field ( return value 0 and 1)for Indicator by going to Indicator     Properties and give the relevant Indicator states as shown below


























Finally save and run the report

























  • Using Wingdings2 font : Add the expression as shown in the figure and change the font to Wingdings2.

























Finally save and run the report
























Thanks & Regards,
Nandesh Gowda

No comments:

Post a Comment