Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
StiViewerTheme and adjust the appearance in the viewer options:@using Stimulsoft.Report.Web;
@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions = { GetReport = "GetReport", ViewerEvent = "ViewerEvent" },
Appearance = { BackgroundColor = System.Drawing.Color.Gainsboro },
Theme = StiViewerTheme.Office2013VeryDarkGrayPurple
})Dozens of themes are available (light and dark Office variants and more), and the Appearance block controls colors, scrollbars and other visual details, so the viewer can be matched to the look of your web application.