hello,
I need help, please.
I use a classlibrary to store the reports, and I have a web site to call the reports from classlibrary. I have several RESX files in my classlibrary (see classlibrary from attached files), one for each languaje.
In my web site I have a reportviewer to link each report from classlibrary (see reportviewer from attached files).
To link each report I have this code in my default.aspx.cs:
Report1 a = new Report1();
ReportViewer1.Report = a;
I would like translate, for example, all my textboxes with the correct languaje depending on culture (see report1code from attached files).
I saw the help from (http://www.telerik.com/help/reporting/report-viewer-localization.html), but it isn't enough, if I could see a similar example...
I have SQL server 2008, Visual Studio 2008, telerik reporting Q3 2009 (the trial version).
Could someone help me?.
Thank you.