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