com.stimulsoft.report.expressions
Class StiDataUrlExpression

java.lang.Object
  extended by com.stimulsoft.report.expressions.StiExpression
      extended by com.stimulsoft.report.expressions.StiUnifiedExpression
          extended by com.stimulsoft.report.expressions.StiDataUrlExpression
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable

public class StiDataUrlExpression
extends StiUnifiedExpression

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
 
Constructor Summary
StiDataUrlExpression()
          Gets value, indicates that the value is to be a String.
StiDataUrlExpression(StiComponent parent, java.lang.String propertyName)
          Creates a new expression.
StiDataUrlExpression(java.lang.String value)
          Creates a new expression.
 
Method Summary
 boolean getApplyFormat()
           
 boolean getFullConvert()
          Gets value, indicates that the value is to be a String.
 
Methods inherited from class com.stimulsoft.report.expressions.StiUnifiedExpression
getValue, set, Set, setSerialization, setValue
 
Methods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getDefaultEvent, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiDataUrlExpression

public StiDataUrlExpression()
Gets value, indicates that the value is to be a String.


StiDataUrlExpression

public StiDataUrlExpression(java.lang.String value)
Creates a new expression.

Parameters:
value - Expression value.

StiDataUrlExpression

public StiDataUrlExpression(StiComponent parent,
                            java.lang.String propertyName)
Creates a new expression.

Parameters:
parent -
propertyName -
Method Detail

getApplyFormat

public boolean getApplyFormat()
Overrides:
getApplyFormat in class StiExpression

getFullConvert

public boolean getFullConvert()
Gets value, indicates that the value is to be a String.

Overrides:
getFullConvert in class StiExpression