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.
$report = new StiReport();
$report->javascript->relativePath = '../';
$report->onAfterRender = 'afterRender';
$report->process();
$report->loadFile('../reports/SimpleList.mrt');render() is not called on load; a page button triggers the client-side build instead.onAfterRender — fires once the on-demand render completes, so you can react only after the user asks for it.