Package cronapp.reports
Class PrintDesign
- java.lang.Object
-
- cronapp.reports.PrintDesign
-
public class PrintDesign extends Object
- Since:
- 17/08/17
- Author:
- arthemus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description J4CDatasetgetCollectionDataset()StringgetDatasource()Map<String,Object>getPrintParameters()ReportExportprint(Connection connection)ReportExportprint(Collection<?> objectCollection)PrintDesignupdateImages()PrintDesignupdateParameters()PrintDesignupdateSubreports()
-
-
-
Method Detail
-
updateParameters
public PrintDesign updateParameters()
-
updateImages
public PrintDesign updateImages()
-
updateSubreports
public PrintDesign updateSubreports()
-
print
public ReportExport print(Connection connection)
-
print
public ReportExport print(Collection<?> objectCollection)
-
getDatasource
public String getDatasource()
-
getCollectionDataset
public J4CDataset getCollectionDataset()
-
-