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

Change "Generate Report" Message

7 Answers 205 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nima Nima
Top achievements
Rank 1
Nima Nima asked on 20 Sep 2009, 11:49 AM
Hi
How I can change "Generating Report" Message(when report initialaizing) to what message I want For Example: "Generazione di Report"
Thanx

7 Answers, 1 is accepted

Sort by
0
Accepted
Chavdar
Telerik team
answered on 21 Sep 2009, 11:21 AM
Hello Nima Nima,

You can use the .Resources.ProcessingReportMessage property of the viewer in order to specify a custom "generate report" message. If you have to localize some other displayed by the viewer text then you can take a look at the Report Viewer Localization help topic for a more general approach.

Sincerely yours,
Chavdar
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Nestor Soriano Vilchez
Top achievements
Rank 1
answered on 15 Feb 2010, 12:03 PM
Hello, and what about the Silverlight report viewer? I couldn't find a way to localize the "No report", "Rendering report" and "X of X pages" messages.

UPDATE: I found the following on the source code:

this.SetError("No report");
...
this.SetProgress("Rendering report ...");
...
ConverterParameter='of {0} pages'

...so I guess I'll have to compile my own localized version.

0
Jon
Top achievements
Rank 1
answered on 31 Aug 2012, 12:31 PM
Hi..
How do you customize the silverlight report viewer message?
You need to recompile the source code?
thx
0
Steve
Telerik team
answered on 04 Sep 2012, 11:17 AM
Hi guys,

The Silverlight viewer can be fully localized with the Q2 SP1 version. For more information refer to the Report Viewer Localization help article.

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Bob
Top achievements
Rank 1
answered on 06 Aug 2014, 02:32 PM
How do I set a custom "Generate Report" message in WPF?
0
Stef
Telerik team
answered on 07 Aug 2014, 07:25 AM
Hello Bob,

Yu can use the WPF ReportViewer localization mechanisms and set the desired text for each text resource as the PreviewButtonText.

I hope this information helps you.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Javier
Top achievements
Rank 1
answered on 30 Apr 2015, 10:17 PM

This works perfectly.

 

Thanks

Tags
General Discussions
Asked by
Nima Nima
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Nestor Soriano Vilchez
Top achievements
Rank 1
Jon
Top achievements
Rank 1
Steve
Telerik team
Bob
Top achievements
Rank 1
Stef
Telerik team
Javier
Top achievements
Rank 1
Share this question
or