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

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

Uses of StiReportCacheMode in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiReportCacheMode
 StiReportCacheMode StiReport.reportCacheMode
           
 

Methods in com.stimulsoft.report that return StiReportCacheMode
 StiReportCacheMode StiReport.getReportCacheMode()
          Gets or sets value, which indicates how report engine use report cache.
 

Methods in com.stimulsoft.report with parameters of type StiReportCacheMode
 void StiReport.setReportCacheMode(StiReportCacheMode value)
           
 

Uses of StiReportCacheMode in com.stimulsoft.report.enums
 

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