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

前端 未结 8 556
北荒
北荒 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

    I think there is a bug with SSRS and embedding font characters above 128 (some thing todo with ANSI encoding). Basically you can use 1-128 fine, the rest show up as tall rectangular blocks.

    I like NY's idea of the textbox with a border and an optional X - this sounds simple and effective.

提交回复
热议问题