Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
Index.cshtml:@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions = { GetReport = "GetReport", ViewerEvent = "ViewerEvent" },
Appearance = { BackgroundColor = System.Drawing.Color.DimGray },
Theme = StiViewerTheme.Office2022BlackPurple
})Theme — one of the StiViewerTheme presets (e.g. Office2022BlackPurple) that restyles the whole viewer UI.Appearance.BackgroundColor — the color behind the report pages.