Class StiDataUrlExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.expressions.StiUnifiedExpression
com.stimulsoft.report.expressions.StiDataUrlExpression
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class that contains an expression for calculation of DataUrl. Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent, value -
Constructor Summary
ConstructorsConstructorDescriptionGets value, indicates that the value is to be a String.StiDataUrlExpression(StiComponent parent, String propertyName) Creates a new expression.StiDataUrlExpression(String value) Creates a new expression. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanGets value, indicates that the value is to be a String.Methods inherited from class com.stimulsoft.report.expressions.StiUnifiedExpression
getValue, set, Set, setSerialization, setValueMethods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getDefaultEvent, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString
-
Constructor Details
-
StiDataUrlExpression
public StiDataUrlExpression()Gets value, indicates that the value is to be a String. -
StiDataUrlExpression
Creates a new expression.- Parameters:
value- Expression value.
-
StiDataUrlExpression
Creates a new expression.- Parameters:
parent-propertyName-
-
-
Method Details
-
getApplyFormat
public boolean getApplyFormat()- Overrides:
getApplyFormatin classStiExpression
-
getFullConvert
public boolean getFullConvert()Gets value, indicates that the value is to be a String.- Overrides:
getFullConvertin classStiExpression
-