Class StiDisplayCrossValueExpression

java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.crossTab.expressions.StiDisplayCrossValueExpression
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiDisplayCrossValueExpression extends StiExpression
Describes the class that contains an expression for calculation of display value.
  • Constructor Details

    • StiDisplayCrossValueExpression

      public StiDisplayCrossValueExpression()
      Creates a new expression.
    • StiDisplayCrossValueExpression

      public StiDisplayCrossValueExpression(String value)
      Creates a new expression.
      Parameters:
      val - Expression value.
  • Method Details

    • getDefaultEvent

      public StiEvent getDefaultEvent()
      Returns the event for processing of the expression while script report generation.
      Overrides:
      getDefaultEvent in class StiExpression
      Returns:
      The event to process the expression.
    • getFullConvert

      public boolean getFullConvert()
      Gets value, indicates that the value is to be a string.
      Overrides:
      getFullConvert in class StiExpression