| Package | Description |
|---|---|
| ar.com.fdvs.dj.core | |
| ar.com.fdvs.dj.domain.builders | |
| ar.com.fdvs.dj.domain.entities | |
| ar.com.fdvs.dj.util |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DynamicJasperHelper.visitSubreport(DynamicReport parentDr,
Subreport subreport) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Subreport> |
DynamicReportBuilder.concatenatedReports |
protected Map<Integer,List<Subreport>> |
DynamicReportBuilder.groupFooterSubreports |
protected Map<Integer,List<Subreport>> |
DynamicReportBuilder.groupHeaderSubreports |
| Modifier and Type | Method and Description |
|---|---|
Subreport |
SubReportBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
DynamicReportBuilder |
DynamicReportBuilder.addConcatenatedReport(Subreport subreport)
All concatenated reports are shown in the same order they are inserted
|
GroupBuilder |
GroupBuilder.addFooterSubreport(Subreport subreport) |
GroupBuilder |
GroupBuilder.addHeaderSubreport(Subreport subreport) |
protected DynamicReportBuilder |
DynamicReportBuilder.addSubreportInContainer(int groupNumber,
Subreport subreport,
Map<Integer,List<Subreport>> container) |
DynamicReportBuilder |
DynamicReportBuilder.addSubreportInGroupFooter(int groupNumber,
Subreport subreport)
Adds in the group (starts with 1) "groupNumber" a subreport in the footer
band
|
DynamicReportBuilder |
DynamicReportBuilder.addSubreportInGroupHeader(int groupNumber,
Subreport subreport) |
| Modifier and Type | Method and Description |
|---|---|
protected DynamicReportBuilder |
DynamicReportBuilder.addSubreportInContainer(int groupNumber,
Subreport subreport,
Map<Integer,List<Subreport>> container) |
| Modifier and Type | Method and Description |
|---|---|
List<Subreport> |
DJGroup.getFooterSubreports() |
List<Subreport> |
DJGroup.getHeaderSubreports() |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.jasperreports.engine.design.JRDesignExpression |
ExpressionUtils.getParameterExpression(Subreport sr)
Returns an expression that points to a java.util.Map object with the parameters to
be used during the subreport fill time.
|
Copyright © 2006–2017 FDV Solutions. All rights reserved.