目录

可用方法

3.14.3. 可用方法

getReportCount

语 法: public int getReportCount()

功能说明: 获得报表文件的数量

Return : 报表文件的数量

调用举例: 略

getReport

语 法: public IReport getReport(int sheetIndex)

参数说明: sheetIndex – 位置

功能说明: 获得指定位置的报表

Return : 报表

saveTo

语 法: public java.lang.String[] saveTo(java.lang.String raqDir) throws java.lang.Exception

参数说明: raqDir – 保存的路径

功能说明: 保存报表文件

Return : 报表