Class StiDisplayCrossValueExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.crossTab.expressions.StiDisplayCrossValueExpression
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class that contains an expression for calculation of display value.
-
Field Summary
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent, value -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new expression.Creates a new expression. -
Method Summary
Modifier and TypeMethodDescriptionReturns the event for processing of the expression while script report generation.booleanGets value, indicates that the value is to be a string.Methods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getApplyFormat, getGenAddEvent, getValue, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, setValue, toString
-
Constructor Details
-
StiDisplayCrossValueExpression
public StiDisplayCrossValueExpression()Creates a new expression. -
StiDisplayCrossValueExpression
Creates a new expression.- Parameters:
val- Expression value.
-
-
Method Details
-
getDefaultEvent
Returns the event for processing of the expression while script report generation.- Overrides:
getDefaultEventin classStiExpression- Returns:
- The event to process the expression.
-
getFullConvert
public boolean getFullConvert()Gets value, indicates that the value is to be a string.- Overrides:
getFullConvertin classStiExpression
-