How do I best display CheckBoxes in SQL Server Reporting Services?

前端 未结 8 557
北荒
北荒 2021-02-01 15:37

One of the many quirks of Reporting Services we\'ve run across is the complete and utter lack of a CheckBox control or even something remotely similar.

We have a form th

8条回答
  •  长情又很酷
    2021-02-01 16:31

    What I have used to display a check box (or ballot box):
    1- create textbox (that will become your check box)
    2- change font to Arial Unicode MS
    3- in the expression window use:
    ChrW(&H2611) for a filled-in checkbox
    ChrW(&H2610) for an empty checkbox

提交回复
热议问题