public interface JRDatasetRun extends JRCloneable, JRIdentifiable, JRPropertiesHolder
JRDataset,
JRElementDataset.getDatasetRun()| Modifier and Type | Method and Description |
|---|---|
JRExpression |
getConnectionExpression()
Returns the DB connection expression.
|
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.
|
clonegetUUIDgetParentProperties, getPropertiesMap, hasPropertiesString 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.
Copyright © 2012. All Rights Reserved.