Using the Full-Screen Mode in the Designer
Our sample projects and report templates can help you learn the basics of working with our products.This example shows how to show the dashboard designer in full screen mode:
In the screenshot below you can see the result of the sample code:

<script type="text/javascript">
// Set full screen mode for the designer
var options = new Stimulsoft.Designer.StiDesignerOptions();
options.appearance.fullScreenMode = true;
// Create the dashboard designer with specified options
var designer = new Stimulsoft.Designer.StiDesigner(options, "StiDesigner", false);
...
</script>In the screenshot below you can see the result of the sample code:
