Uses of Enum Class
com.stimulsoft.report.enums.StiReportCacheMode
Packages that use StiReportCacheMode
-
Uses of StiReportCacheMode in com.stimulsoft.report
Fields in com.stimulsoft.report declared as StiReportCacheModeMethods in com.stimulsoft.report that return StiReportCacheModeModifier and TypeMethodDescriptionfinal StiReportCacheModeStiReport.getReportCacheMode()Gets or sets value, which indicates how report engine use report cache.Methods in com.stimulsoft.report with parameters of type StiReportCacheModeModifier and TypeMethodDescriptionfinal voidStiReport.setReportCacheMode(StiReportCacheMode value) -
Uses of StiReportCacheMode in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiReportCacheModeModifier and TypeMethodDescriptionstatic StiReportCacheModeStiReportCacheMode.forValue(int value) static StiReportCacheModeReturns the enum constant of this class with the specified name.static StiReportCacheMode[]StiReportCacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.