Uses of Class
com.stimulsoft.report.enums.StiCalculationMode

Packages that use StiCalculationMode
com.stimulsoft.report   
com.stimulsoft.report.enums   
 

Uses of StiCalculationMode in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiCalculationMode
 StiCalculationMode StiReport.getCalculationMode()
          Gets or sets the method of calculation in report.
 

Methods in com.stimulsoft.report with parameters of type StiCalculationMode
 void StiReport.setCalculationMode(StiCalculationMode value)
           
 

Uses of StiCalculationMode in com.stimulsoft.report.enums
 

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