Showing the Viewer Immediately after Running an App
Unsere Beispiele der Projekte und Berichtsvorlagen helfen Ihnen, die Grundlagen der Arbeit mit unserer Software zu erlernen.This example shows how to create a report viewer and show it immediately. To create the report viewer object you should use the
Auf dem Screenshot unten Sie können das Ergebnis des Beispiel-Codes ansehen:

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>Auf dem Screenshot unten Sie können das Ergebnis des Beispiel-Codes ansehen:
