Package cronapp.reports
Class ReportExport
- java.lang.Object
-
- cronapp.reports.ReportExport
-
public final class ReportExport extends Object
- Since:
- 20/05/17
- Author:
- arthemus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportReportToPdfFile()StringgetTargetFile()byte[]toPDF()byte[]toXLS()
-
-
-
Method Detail
-
getTargetFile
public String getTargetFile()
-
exportReportToPdfFile
public void exportReportToPdfFile()
-
toPDF
public byte[] toPDF()
-
toXLS
public byte[] toXLS()
-
-