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 ReportFormatGet the "report format" definition for the given parameter.static ReportFormatReportFormat.get(SystemEntity entity) Get the "report format" definition for the given parameter.static ReportFormatReportFormat.get(TransactionManager tm) Get the "report format" definition for the given parameter.final ReportFormatStreamContentProducer.getReportFormat()Retrieves the report format configuration associated with the current transaction manager or entity context. -
Uses of ReportFormat in com.storedobject.office
Methods in com.storedobject.office that return ReportFormatModifier and TypeMethodDescriptionAbstractODTReport.getReportFormat()Retrieves the report format associated with the current context. -
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 TypeMethodDescriptionvoidPDF.setReportFormat(ReportFormat reportFormat) Set the 'Report Format Definition' for this report.