标签: php jasper-reports
我想知道是否可以使用从PHP发送的参数设置页面高度。
$controls = array( 'year' => $request->year, 'height' => $request->height, ); $report = $c->reportService()->runReport($report, 'pdf', null, null, $controls);