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

Report TextObject translation

2 Answers 153 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Themos
Top achievements
Rank 1
Themos asked on 13 Nov 2012, 12:46 PM
Hello,

I'm thinking of migrating my Reports from Crystal Reports to Telerik Reporting, but I would first like to know if your system could support resource translation on each of the report objects.

This is how I was able to achieve the same functionality in Crystal Reports:
System.Collections.IEnumerator ie = myReport.ReportDefinition.Sections[i].ReportObjects.GetEnumerator();

I would then get a reference to the report's TextObjects and change their .Text property to the desired language.

How would I achieve the same functionality using Telerik Reporting?

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 15 Nov 2012, 05:26 PM
Hi Themos,

Telerik Reporting offers much easier way for localizing reports that is described in details in the Localizing Reports help article.

The corresponding item to TextObject is TextBox item and the corresponding code to what you've given here is by using the Find Method.

Greetings,
Steve
the Telerik team

HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

0
Themos
Top achievements
Rank 1
answered on 16 Nov 2012, 06:51 AM
Looks really straightforward, I'll give it a go!

Thanks for the reply!
Tags
General Discussions
Asked by
Themos
Top achievements
Rank 1
Answers by
Steve
Telerik team
Themos
Top achievements
Rank 1
Share this question
or