Standalone Report Designer
Search results
PDF

How to add checkbox in table using image

As per RDL standard, you cannot add checkbox in report. Alternatively, you can use a checkbox image in the report and modify its visibility using expression. This section describes simple steps to design a checkbox report using the Report Designer.

  1. Select the tablix cell and insert Image item. Select the Checkbox field

  2. Add the checkbox image to the report using the image manager. Add image to report

  3. Now, select table cell that contains the image item and set the image value of the checkbox image with the properties in the property panel. Set the image

  4. Set the visibility of the image item with the dataset field value using the visibility property. Open expression to set visibility Expression for visibility

  5. Now, the report preview can be visualized as follows. Preview the checkbox report