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

How to set ProcessingReportMessage in markup?

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 07 Jun 2013, 06:59 PM
I'm finally tasked with removing all the references to Telerik.ReportViewer.WebForms.ReportViewer.ProgressText, in our markup, that you flagged as obsolete, so long ago.

My problem is that I've not figured out how to use the suggested replacement, Resources.ProcessingReportMessage, from markup. If I set myReportViewer.Resources.ProcessingReportMessage = "My message" in the code-behind, it works fine. But we'd been setting ProgressText in markup, and I'd really prefer to set ProcessingReportMessage in markup, as well. I've just not been able to make it work.

And I've not been able to find an example in the online documentation or the forums.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 12 Jun 2013, 02:09 PM
Hi Jeff,

Select the ReportViewer control and find the needed resource in the Property Grid. The result from setting the ProcessingReportMessage would look as shown in the following code snippet:
<telerik:ReportViewer ID="RptViewer" runat="server" Height="600px" Width="100%" Resources-ProcessingReportMessage="test"></telerik:ReportViewer>

The whole resources list can be found here.

Regards,
Stef
Telerik

Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.

Tags
General Discussions
Asked by
Jeff
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or