Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
// point the engine to the chosen localization file
StiOptions.Localization.Load(fileName);
var report = new StiReport();
report.Load(@"Reports\SimpleList.mrt");
report.ShowWithWpf();StiOptions.Localization.Load applies the selected .xml file, switching the whole Stimulsoft interface to that language. The localization files ship with the product and can be edited or translated; calling Load again re-applies the language at run time.