The web viewer can occupy the whole browser window in full-screen mode, useful for report portals and dashboards.

Enabling full-screen. Turn on FullScreenMode in the appearance options and adjust the toolbar:
@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 make it feel built-in rather than embedded.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.