Report
Open report
Open report
Render report content:
$Report = $this->get('report',$id);
You can give parameters in array to override report original preferences:
$Report = $this->get('report',$id,Array(
'view' => Array(
'height' => 400
)
));