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.
// Globally, before creating components:
StiLicense::setPrimaryKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
StiLicense::setPrimaryFile('stimulsoft.key');
// Or per report object:
$report->license->setKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
$report->license->setFile('stimulsoft.key');StiLicense::setPrimaryKey(...) — applies the license key globally, before any component is created.StiLicense::setPrimaryFile('stimulsoft.key') — applies the license from a key file instead of a string.$report->license->setKey / setFile — applies the license to a single report object rather than globally.StiLicense or on an individual report through its license property, using either the key string or a stimulsoft.key file. This removes the trial watermark and reminders.