Showing posts with label boolean. Show all posts
Showing posts with label boolean. Show all posts

Thursday, March 22, 2012

Can I define the True/False text labels for a Boolean report param

SSRS 2005
Boolean report parameters are convenient to use.
However, the rendering of the "True"/"False" radio button labels is not
always appropriate. For example sometimes I would prefer the labels to be
"Enabled"/"Disbaled", "Yes"/"No", etc.
Is there anyway to define the text labels differently for each boolean
report parameter?
--
Chris, SSSIHi Chris,
As for this question, I think it is just like the "boolean parameter
represented with checkbox" thread you posted, so far the ReportViewer
control can not support such small granularity level customization.
BTW, if you do want to change the text, one way is use client-script as
I've mentioned in a former thread, but that's not quite flexible when
dealing with multiple different reports.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.sql

Thursday, February 16, 2012

Can a Parameter be a Checkbox

Good day
I would like to know if one can have the boolean parameter as an checkbox?
Thanks
KarlKarl:
To my knowledge you can have a radio button but not a checkbox, unless you
create custom parameter interface. Set the parameter type as Boolean and you
will get a radio button.
"Karl Basson" wrote:
> Good day
> I would like to know if one can have the boolean parameter as an checkbox?
> Thanks
> Karl
>
>