Package io.jmix.reports.yarg.structure
Interface Report
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Report
,ReportImpl
This interface describes main report object. Contains all data about report: bands, parameters, formats.
-
Method Summary
-
Method Details
-
getName
String getName() -
getReportTemplates
Map<String,ReportTemplate> getReportTemplates()- Returns:
- map with report templates <templateCode, template>
-
getRootBand
ReportBand getRootBand()- Returns:
- root band which contains all others bands
-
getReportParameters
List<ReportParameter> getReportParameters() -
getReportFieldFormats
List<ReportFieldFormat> getReportFieldFormats()
-