Uses of Enum Class
com.stimulsoft.report.enums.StiCalculationMode
Packages that use StiCalculationMode
-
Uses of StiCalculationMode in com.stimulsoft.report
Methods in com.stimulsoft.report that return StiCalculationModeModifier and TypeMethodDescriptionfinal StiCalculationModeStiReport.getCalculationMode()Gets or sets the method of calculation in report.Methods in com.stimulsoft.report with parameters of type StiCalculationModeModifier and TypeMethodDescriptionfinal voidStiReport.setCalculationMode(StiCalculationMode value) -
Uses of StiCalculationMode in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiCalculationModeModifier and TypeMethodDescriptionstatic StiCalculationModeStiCalculationMode.forValue(int value) static StiCalculationModeReturns the enum constant of this class with the specified name.static StiCalculationMode[]StiCalculationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.