Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Ken Blum
Constraint Violating Yak Guru
383 Posts |
Posted - 2012-02-16 : 12:18:53
|
Is it possible via code to change the label of a parameter when running a report? We need our reports to output in different languages. The output is no problem, but the parameter labels need to change at runtime also. For instance in english the paramter label would be "Select a starting date beginning on Sunday". When running the RDL for our German customers, we need the parameter label to change to “Wählen Sie einen Starttermin Anfang am Sonntag”. The RDL is passed a language code into a Language_ID parameter so we know which language we need to display. |
|
|
|
|