Using the Full-Screen Mode in the Viewer
Our sample projects and report templates can help you learn the basics of working with our products.The web viewer can occupy the whole browser window in full-screen mode, which is useful for report portals and dashboards.
Enabling full-screen. Turn on
Enabling full-screen. Turn on
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.