Hi,
after calling StiReport.Compile(someDllName), we get nice DLL containing all GlobalizationStrings.
However, loaded from this DLL report cannot switch localization using LocalizeReport.
What are we doing wrong?
Storyline:
1) Report.Load & Compile (if not already compiled)
2) Report.LocalizeReport("de")
3) Report.Show() -> everything still in English
Unable to switch culture of Compiled Report
-
- Posts: 34
- Joined: Tue Nov 08, 2011 9:34 am
- Location: Frankfurt
Unable to switch culture of Compiled Report
Hello.
Thank you.
There is no Globalization Strings in the Compiled report and you couldn't change localization in the compiled report.Alladin wrote:after calling StiReport.Compile(someDllName), we get nice DLL containing all GlobalizationStrings.
However, loaded from this DLL report cannot switch localization using LocalizeReport.
What are we doing wrong?
Storyline:
1) Report.Load & Compile (if not already compiled)
2) Report.LocalizeReport("de")
3) Report.Show() -> everything still in English
Thank you.