Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
// 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.