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->process();
$report->loadFile('../reports/SimpleList.mrt');
$report->render();
$report->print();
$report->printHtml();render() — builds the report document.print() — opens the browser print dialog for the rendered report.printHtml() — outputs the page together with the scripts so printing runs automatically.render() builds the document and print() opens the browser print dialog for it; printHtml() outputs the page with the required scripts so printing runs automatically.