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.
print() opens the browser print dialog.$report = new StiReport();
$report->javascript->relativePath = '../';
$report->process();
$report->loadFile('../reports/Christmas.mrt');
$report->print();
$report->printHtml();$report->print() — emits the JS that opens the browser's print dialog for the dashboard.$report->printHtml() — outputs the prepared page that runs the print call.