public interface AdhocReportCustomizer
AdhocReportCustomizer interface.
Enables runtime-provided report configurations to be added to the library, with out using xml like one would with JasperReports library.
| Modifier and Type | Method and Description |
|---|---|
void |
customize(ReportBuilder<?> report,
AdhocReport adhocReport)
customize.
|
void customize(ReportBuilder<?> report, AdhocReport adhocReport) throws DRException
customize.
report - a ReportBuilder object.adhocReport - a AdhocReport object.DRException - if any.Copyright © 2010–2021. All rights reserved.