Class PrintInEvenRowExpression

java.lang.Object
net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression<Boolean>
net.sf.dynamicreports.report.builder.expression.PrintInEvenRowExpression
All Implemented Interfaces:
Serializable, DRIValue<Boolean>, DRIExpression<Boolean>, DRISimpleExpression<Boolean>

public class PrintInEvenRowExpression extends AbstractSimpleExpression<Boolean>

PrintInEvenRowExpression class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • PrintInEvenRowExpression

      public PrintInEvenRowExpression()
  • Method Details

    • evaluate

      public Boolean evaluate(ReportParameters reportParameters)
      Evaluates the expression.
      Parameters:
      reportParameters - access to report fields, variables, parameters, expressions, and other report values
      Returns:
      the result of the expression evaluation