Package io.jmix.reports.annotation
Annotation Interface TableBandDef
Part of the table template definition.
Represents a report band whose data needs to be displayed in the resulting table.
Model object is
Model object is
TemplateTableBand.- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionName of a report band declared in the current report definition.Columns displaying fields from the band.
-
Element Details
-
bandName
String bandNameName of a report band declared in the current report definition. -
columns
TableColumnDef[] columnsColumns displaying fields from the band.
-