A B C D E F G I L M N O P Q R S T U V W Y
O
- onCommitData(ReportMark) -
接口 bios.report.api.events.IFillinEventListener 中的方法
- 填报报表将要进行数据提交前,触发该事件
- onCommitDataFinished(ReportMark) -
接口 bios.report.api.events.IFillinEventListener 中的方法
- 填报报表中所有填报操作都执行完毕,数据提交完成后,触发该事件
- onExportExcel(ReportMark, Workbook) -
接口 bios.report.api.events.IExportEventListener 中的方法
- 导出excel时触发该事件,可在该方法中对工作表模型进行修改
- onLoadData(ReportDataSet) -
接口 bios.report.api.events.IDataSetEventListener 中的方法
- 在数据集进行数据加载(查询、计算等)之前,触发该事件
- onLoadDataFinished(ReportDataSet) -
接口 bios.report.api.events.IDataSetEventListener 中的方法
- 数据集完成加载之后,触发该事件
- onPrintBegin(ReportMark, HttpServletRequest) -
接口 bios.report.api.events.IPrintEventListener 中的方法
- 打印开始前事件触发
- onPrintEnd(ReportMark, HttpServletRequest, String) -
接口 bios.report.api.events.IPrintEventListener 中的方法
- 打印结束后事件触发
- onQuery() -
类 bios.report.api.events.QueryEventListener 中的方法
- 用户需要实现该方法,可以在该方法中对报表参数和变量进行加工处理
- onUpdateData(ReportMark, FillinDatas) -
接口 bios.report.api.events.IFillinEventListener 中的方法
- 填报报表中的某个填报操作进行数据更新前,触发该事件
- onUpdateDataFinished(ReportMark, FillinDatas) -
接口 bios.report.api.events.IFillinEventListener 中的方法
- 填报报表中的某个填报操作执行完毕后,触发该事件
A B C D E F G I L M N O P Q R S T U V W Y