Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
<StiBlazorViewer Report="@Report" Localization="Localization/pl.xml" />
@code {
private StiReport Report;
protected override void OnInitialized()
{
this.Report = new StiReport();
this.Report.Load("Reports/TwoSimpleLists.mrt");
}
}The Localization parameter loads the given .xml file and switches the whole viewer interface to that language. Localization files ship with the product and can be edited or created for any language.