Class PrintInFirstPageExpression

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

public class PrintInFirstPageExpression extends AbstractSimpleExpression<Boolean>

PrintInFirstPageExpression class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • PrintInFirstPageExpression

      public PrintInFirstPageExpression()
  • 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