Uses of Class
com.stimulsoft.report.dictionary.enums.StiVariableInitBy

Packages that use StiVariableInitBy
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.enums   
 

Uses of StiVariableInitBy in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiVariableInitBy
 StiVariableInitBy StiVariable.getInitBy()
          Gets or sets value which indicates that this variable will be have defalt value based on calculation of expression which specified in Value property or based on default value.
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiVariableInitBy
 void StiVariable.setInitBy(StiVariableInitBy value)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiVariableInitBy
StiVariable(java.lang.String category, java.lang.String name, java.lang.String alias, StiSystemType type, java.lang.String value, boolean readOnly, StiVariableInitBy initBy)
          Creates an object of the type StiVariable.
StiVariable(java.lang.String category, java.lang.String name, java.lang.String alias, java.lang.String description, StiSystemType type, java.lang.String value, boolean readOnly, StiVariableInitBy initBy)
          Creates an object of the type StiVariable.
StiVariable(java.lang.String category, java.lang.String name, java.lang.String alias, java.lang.String description, StiSystemType type, java.lang.String value, boolean readOnly, StiVariableInitBy initBy, boolean requestFromUser)
          Creates an object of the type StiVariable.
StiVariable(java.lang.String category, java.lang.String name, java.lang.String alias, java.lang.String description, StiSystemType type, java.lang.String value, boolean readOnly, StiVariableInitBy initBy, boolean requestFromUser, StiDialogInfo dialogInfo)
          Creates an object of the type StiVariable.
 

Uses of StiVariableInitBy in com.stimulsoft.report.dictionary.enums
 

Methods in com.stimulsoft.report.dictionary.enums that return StiVariableInitBy
static StiVariableInitBy StiVariableInitBy.forValue(int value)
           
static StiVariableInitBy StiVariableInitBy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiVariableInitBy[] StiVariableInitBy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.