Uses of Class
com.storedobject.core.ReportFormat
Packages that use ReportFormat
-
Uses of ReportFormat in com.storedobject.core
Methods in com.storedobject.core that return ReportFormatModifier and TypeMethodDescriptionstatic ReportFormat
Get the "report format" definition for the given parameter.static ReportFormat
ReportFormat.get
(SystemEntity entity) Get the "report format" definition for the given parameter.static ReportFormat
ReportFormat.get
(TransactionManager tm) Get the "report format" definition for the given parameter. -
Uses of ReportFormat in com.storedobject.office
Methods in com.storedobject.office that return ReportFormatModifier and TypeMethodDescriptionExcelReport.getReportFormat()
ODSReport.getReportFormat()
ODTReport.getReportFormat()
-
Uses of ReportFormat in com.storedobject.pdf
Methods in com.storedobject.pdf that return ReportFormatModifier and TypeMethodDescriptionPDF.getReportFormat()
Get the 'Report Format Definition' for this report.Methods in com.storedobject.pdf with parameters of type ReportFormatModifier and TypeMethodDescriptionvoid
PDF.setReportFormat
(ReportFormat reportFormat) Set the 'Report Format Definition' for this report.