I have a report (.rdlc file). I want it to have some live checkboxes NOT images. I have implemented image idea in another report. But in this report, I need live checkboxes that can be clicked just like actual checkboxes.
If anyone have any idea, please do share that how to insert clickable checkboxes in SSRS. I'll be thankful to him/her.
I have nothing to do with those checkboxes i.e. I don't have to perform any operation against those checkboxes. I just have to display them so that user can check his desired options and leave the other blank.
as far as i know, you cannot have clickable checkboxes in your report body. if you find one please let me know :)
Ashutosh Pathak
Blog: http://catchcode.blogspot.com Please mark it as answer if it helps, as clicking on the button can save time of others :)
MCP,MCAD,MCSD,MCTS
By generally, there is no checkbox control in Reporting Service, however there is a workaround, just create two images, then set image control's value dynamically. This workaround has been achieved in Book of Microsoft SQL Server Reporting Services Recipes:
for Designing Expert Reports at page of 460, you can click this link to download the rdl file to get some reference
http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470563117,descCd-DOWNLOAD.html (Check box list for existing records)
If you have any concern about this behavior, I would recommend you to submit a feedback to Microsoft Connect at this link at this link
https://connect.microsoft.com/SQLServer/Feedback This connect site is a connection point between you and Microsoft. Your feedback enables Microsoft to make software and services the best that they
can be, Microsoft might consider to add this feature in the following release.
asma_wakeel
Member
218 Points
94 Posts
Checkbox in SQL Server Reporting Service
Jun 17, 2011 02:00 PM|LINK
I have a report (.rdlc file). I want it to have some live checkboxes NOT images. I have implemented image idea in another report. But in this report, I need live checkboxes that can be clicked just like actual checkboxes.
If anyone have any idea, please do share that how to insert clickable checkboxes in SSRS. I'll be thankful to him/her.
I have nothing to do with those checkboxes i.e. I don't have to perform any operation against those checkboxes. I just have to display them so that user can check his desired options and leave the other blank.
</div>Ashutosh Pat...
Contributor
5737 Points
1105 Posts
Re: Checkbox in SQL Server Reporting Service
Jun 17, 2011 02:24 PM|LINK
as far as i know, you cannot have clickable checkboxes in your report body. if you find one please let me know :)
Blog: http://catchcode.blogspot.com
Please mark it as answer if it helps, as clicking on the button can save time of others :)
MCP,MCAD,MCSD,MCTS
You-Hu Fu
Star
8174 Points
795 Posts
Re: Checkbox in SQL Server Reporting Service
Jun 20, 2011 10:05 AM|LINK
Hi,
By generally, there is no checkbox control in Reporting Service, however there is a workaround, just create two images, then set image control's value dynamically. This workaround has been achieved in Book of Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports at page of 460, you can click this link to download the rdl file to get some reference http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470563117,descCd-DOWNLOAD.html (Check box list for existing records)
If you have any concern about this behavior, I would recommend you to submit a feedback to Microsoft Connect at this link at this link https://connect.microsoft.com/SQLServer/Feedback This connect site is a connection point between you and Microsoft. Your feedback enables Microsoft to make software and services the best that they can be, Microsoft might consider to add this feature in the following release.
Regards,
Challen Fu
Feedback to us
Microsoft One Code Framework