net.sf.jasperreports.engine
public interface JRDatasetRun extends JRCloneable
JRDataset
,
JRElementDataset.getDatasetRun()
Modifier and Type | Method and Description |
---|---|
JRExpression |
getConnectionExpression()
Returns the DB connection expression.
|
java.lang.String |
getDatasetName()
Returns the sub dataset name.
|
JRExpression |
getDataSourceExpression()
Returns the data source expression.
|
JRDatasetParameter[] |
getParameters()
Returns the list of parameter values.
|
JRExpression |
getParametersMapExpression()
Returns the parameters map expression.
|
clone
java.lang.String getDatasetName()
JRExpression getParametersMapExpression()
The result of this expression is used as the parameters map when instantiating the dataset.
JRDatasetParameter[] getParameters()
JRExpression getConnectionExpression()
The result of this expression is used as the DB connection when instantiating the dataset.
JRExpression getDataSourceExpression()
The result of this expression is used as the data source when instantiating the dataset.
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com