Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
FullScreenMode in the appearance options; the toolbar options let you adjust how buttons are shown:@using Stimulsoft.Report.Web;
@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions = { GetReport = "GetReport", ViewerEvent = "ViewerEvent" },
Appearance = { FullScreenMode = true },
Toolbar =
{
ShowFullScreenButton = false,
DisplayMode = StiToolbarDisplayMode.Separated
}
})In full-screen mode the viewer fills the window and behaves like a dedicated reporting application; hiding the full-screen button and separating the toolbar are small touches that make it feel built-in rather than embedded.