Showing the Designer Immediately after Running an App
Our sample projects and report templates can help you learn the basics of working with our products.This example shows how to create a report designer and show it immediately. To create the report designer object you should use the
In the screenshot below you can see the result of the sample code:

StiDesigner class from the Stimulsoft.Designer namespace. After creation, the designer renders its own content automatically in the place in which the object was created:
<script type="text/javascript">
// Create the report designer with default options and show it in this place
var designer = new Stimulsoft.Designer.StiDesigner();
...
</script>In the screenshot below you can see the result of the sample code:
