Package io.jmix.reports.annotation
Annotation Interface TemplateTableDef
Defines structure of the template with
ReportOutputType.TABLE output.
Model object is TemplateTableDescription.- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionOne or more bands to be included into the output.
-
Element Details
-
bands
TableBandDef[] bandsOne or more bands to be included into the output. For each band a separate table component will be displayed.
-