Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
// 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.