I am trying to provide a Spanish and English version of the reports that I am currently building in SQL Server Reporting Services. Is there an easy way to localize the report (similar to using Resource files for labels in a .NET web application)?
The easiest way to select and run a report is to open the web portal and then search for or browse to the report that you want to view. After you run a report, you can refresh it to see new data.
From SharePoint central administration, click Manage services on server in the System Settings group. Verify the SQL Server Reporting Services Service is installed and in the Running state. If you do not see the Reporting Services service in the list, verify the service is installed.
rdl files are stored in the Content column of ReportServer. dbo. Catalog.
It's all just .Net code so you could access standard resource file via some helper methods in a custom assembly, but this gets hard to test etc
An example of this is here http://forums.asp.net/p/952617/1171729.aspx
Sometimes a simpler soulution is to have a language table in your database and have all lables use a filter on it by label name and the User!Langauge parameter
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With