Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
<script setup lang="ts">
import { Viewer, Stimulsoft } from 'stimulsoft-reports-js-vuejs/viewer'
// Using one of the functions below to register your license from the JavaScript code
// Stimulsoft.Base.StiLicense.key = '6vJhGtLLLz2GNviWmUTrhSqnO...';
// Stimulsoft.Base.StiLicense.loadFromFile('stimulsoft.key')
var report = new Stimulsoft.Report.StiReport();
report.loadFile("Reports/SimpleList.mrt");
</script>
<template>
<Viewer :report="report" />
</template>Assigning StiLicense.key or calling StiLicense.loadFromFile at startup removes the trial banner; the key can be embedded as a string or kept in a separate stimulsoft.key file.