| Interface | Description |
|---|---|
| DataExtractor |
This class should load data using ReportQuery objects, convert data onto BandData object and build BandData object tree (link children and parent bands)
The default implementation is com.haulmont.yarg.reporting.DataExtractorImpl
!Attention! Please make sure if you really need to change this behaviour against default implementation cause it might crash report generation logic
|
| ReportingAPI |
This class is entry point for reporting functionality
Use it to print reports
|
| ReportOutputDocument |
This interface describes reporting result object.
|
| Class | Description |
|---|---|
| ReportOutputDocumentImpl | |
| RunParams |
Describes parameters necessary for report run
|