Does the Visual Studio 2008 Report Viewer (for a Winform) support adding checkboxes or radio buttons? Currently I am trying to create a report (via wizard or manually) based on a MySQL based dataset. It appears that all fields all treated as textboxes even though I would like to have some checkboxes to represent true/false (tinyint) field values.
Visual Studio 2008报表查看器(对于Winform)是否支持添加复选框或单选按钮?目前我正在尝试基于基于MySQL的数据集创建报告(通过向导或手动)。看来所有字段都被视为文本框,即使我想要一些复选框来表示真/假(tinyint)字段值。
UPDATE1:
UPDATE1:
I have provided details on how the solution worked on my blog.
我已经提供了解决方案如何在我的博客上运行的详细信息。
1 个解决方案
#1
1
There is no checkbox control available in the toolbox. You could try an Image with a screenshot of a checkbox. Bind its Visibility.ToggleItem property, I think.
工具箱中没有可用的复选框控件。您可以使用复选框的屏幕截图来尝试图像。我想,绑定它的Visibility.ToggleItem属性。
#1
1
There is no checkbox control available in the toolbox. You could try an Image with a screenshot of a checkbox. Bind its Visibility.ToggleItem property, I think.
工具箱中没有可用的复选框控件。您可以使用复选框的屏幕截图来尝试图像。我想,绑定它的Visibility.ToggleItem属性。