Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi Anita,
There are two ways:
$this->params["exportMode"]
in the view file. With this way, the export function of your will look like this:$report = new MyReport(array(
"exportMode"=>true,
));
$report->run()->export()->pdf()->toBrowser("myreport.pdf");
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo