This is a migrated thread and some comments may be shown as answers.

Null parameter tickbox text

3 Answers 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simon831
Top achievements
Rank 1
Simon831 asked on 20 Jul 2009, 02:53 PM
When a report parameter accepts null values how can I change the displayed text of the tickbox from 'null' to 'All'?

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 20 Jul 2009, 03:00 PM
Hi Simon831,

You can use the Resources --> ReportParametersNullText property of the viewer to alter the default value.

All the best,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Simon831
Top achievements
Rank 1
answered on 20 Jul 2009, 03:08 PM
Sounds like what I need.

Sorry, whereabouts is this located?  I'm doing a web project.
0
Steve
Telerik team
answered on 20 Jul 2009, 03:38 PM
Hi Simon831,

As stated in the previous reply, it is located in the Resources "section" i.e.

  <telerik:ReportViewer ID="ReportViewer1" runat="server">
            <Resources ReportParametersNullText="All" />
        </telerik:ReportViewer>

Also have in mind that it applies to all report parameters and cannot be applied to a single param only.

Regards,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Simon831
Top achievements
Rank 1
Answers by
Steve
Telerik team
Simon831
Top achievements
Rank 1
Share this question
or