30 评论

CVTAlb83

如何自定义查询呢?查询调整为报表中单元格中的值,不使用参数面板

0 2024-08-22 15:24

wuhong2021

可以设置自定义按钮,点击跳转至其他报表吗?

0 2024-03-05 11:10

巴拉吧啦爆

有没有自定义导入按钮,点击就是导入excel

1 2023-04-26 08:52

Carly

<html>
<head>
<title>FineReport自定义导入</title>
</head>
<body>

<fieldset>
<div id="toolbar">
<button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.importExcel('customize')">自定义导入</button>
<button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.importExcel()">覆盖导入</button>
</div>
</fieldset>
<iframe id="reportFrame" width="100%" height="100%" src='/webroot/decision/view/report?viewlet=WorkBoo1.cpt&op=write' ></iframe>
</body>
</html>

0 2023-10-24 11:39

Carly

其中的覆盖导入和自定义导入二选一~

0 2023-10-24 11:40

yzmTeFC46578722

有没有单元格中自定义查询按钮

0 2023-04-18 08:56

侠v客

自定义查询和参数面板查询一样,定义好sql,控件名称,试一试

0 2024-09-27 11:23

Carly

试一下这个:JS实现使用填报页面的控件查询-https://help.fanruan.com/finereport/doc-view-1828.html

0 2023-10-24 11:32

巴拉吧啦爆

如何实现批量删除呢

0 2022-09-27 10:25

Fay

可以用控件实现呢,参考文档:JS实现复选按钮控件全选和批量操作-https://help.fanruan.com/finereport/doc-view-1215.html

0 2022-11-01 10:29