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