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 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.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.