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

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