Showing the Viewer Immediately after Running an App
Наши примеры проектов и шаблоны отчётов помогут Вам разобраться в основах работы с нашими продуктами.This example shows how to create a report viewer and show it immediately. To create the report viewer object you should use the
На скриншоте ниже Вы можете увидеть результат выполнения данного кода:

StiViewer class from the Stimulsoft.Viewer namespace. After creation, the viewer renders its own content automatically in the place in which the object was created:
<script type="text/javascript">
// Create the report viewer with default options and show it in this place
var viewer = new Stimulsoft.Viewer.StiViewer();
...
</script>На скриншоте ниже Вы можете увидеть результат выполнения данного кода:
