public class CustomFormatter
extends java.lang.Object
implements com.haulmont.yarg.formatters.CustomReport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAMS |
| Constructor and Description |
|---|
CustomFormatter(Report report,
ReportTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createDocument(com.haulmont.yarg.structure.BandData rootBand) |
byte[] |
createReport(com.haulmont.yarg.structure.Report report,
com.haulmont.yarg.structure.BandData rootBand,
java.util.Map<java.lang.String,java.lang.Object> params) |
public static final java.lang.String PARAMS
public CustomFormatter(Report report, ReportTemplate template)
public byte[] createReport(com.haulmont.yarg.structure.Report report,
com.haulmont.yarg.structure.BandData rootBand,
java.util.Map<java.lang.String,java.lang.Object> params)
createReport in interface com.haulmont.yarg.formatters.CustomReportpublic byte[] createDocument(com.haulmont.yarg.structure.BandData rootBand)