Uses of Class
net.sf.jasperreports.engine.design.JRDesignExpression
-
Packages that use JRDesignExpression Package Description net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of JRDesignExpression in net.sf.jasperreports.crosstabs.design
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRDesignExpression Modifier and Type Method Description void
JRDesignCrosstabBucket. setExpression(JRDesignExpression expression)
Sets the grouping expression. -
Uses of JRDesignExpression in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRDesignExpression Modifier and Type Method Description JRDesignExpression
BuiltinExpressionEvaluatorFactory. createConstantExpression(Object value)
JRDesignExpression
BuiltinExpressionEvaluatorFactory. createExpression(BuiltinExpressionEvaluator evaluator)
-