Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
when I remove
// $report->run()->render();
from index.php it generates the report, but then I can no longer see variables in my report called in report.view.php with....
<?php $rpt = $this->dataStore("result")->get(0); ?>
<?php echo $rpt["variablename"]; ?>
the variablename value does not appear in the pdf
however if I also include
<?php echo "testing"; ?>
that does appear in the pdf.
Export package documentation:
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo