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:
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?
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?