This example shows how to create a report designer and show it immediately. To create the report designer object you should use the 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>

На скриншоте ниже Вы можете увидеть результат выполнения данного кода:

Showing the Designer Immediately after Running an App

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.