Multilingual SSRS reports – Scenario 3: Report Definition Customization Extension
This is the third post in my series about multilingual SSRS reports. If you missed the introduction, you can find it here. I am looking for feedback! Please let me know what you think! The full code…
Multilingual SSRS reports – Scenario 2: Change RDL
This is the third post in my series about multilingual SSRS reports. If you missed the introduction, you can find it here. In this post we will talk about the second implementation scenario, which changes the RDL…
Multilingual SSRS reports – Scenario 1: Assembly
This is the second post in my series about making SSRS report multilingual. You just missed the first post, the introduction and comparison of the solution scenarios. This solution consists of an assembly registered in each report…
Multilingual SSRS reports
When thinking about supporting multiple languages for SSRS reports, most people think about changing the display language of one or more of the following items: Labels (text boxes, axis labels, table headers, etc.) Dataset results Parameter prompts…