是否可以通过PHP代码设置页面高度?

时间:2019-08-25 01:31:13

标签: php jasper-reports

我想知道是否可以使用从PHP发送的参数设置页面高度。

$controls = array(
        'year' => $request->year,
        'height' => $request->height,
    );
$report = $c->reportService()->runReport($report, 'pdf', null, null, $controls);

0 个答案:

没有答案