Package | Description |
---|---|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
Modifier and Type | Method and Description |
---|---|
JRDesignDataset |
JasperDesign.getMainDesignDataset()
Returns the main report dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.addDataset(int index,
JRDesignDataset dataset)
Inserts a sub dataset at specified position into the report.
|
void |
JasperDesign.addDataset(JRDesignDataset dataset)
Adds a sub dataset to the report.
|
void |
JasperDesign.setMainDataset(JRDesignDataset dataset)
Sets the main report dataset.
|
Constructor and Description |
---|
JRSourceCompileTask(JasperDesign jasperDesign,
JRDesignDataset dataset,
JRExpressionCollector expressionCollector,
java.lang.String unitName)
Creates source code generation information for a dataset of a report.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com