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() -
Uses of ReportFormat in com.storedobject.office
Methods in com.storedobject.office that return ReportFormat -
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.