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

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

Uses of StiPreviewMode in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiPreviewMode
 StiPreviewMode StiReport.getPreviewMode()
          Gets or sets the preview mode of the report.
 

Methods in com.stimulsoft.report with parameters of type StiPreviewMode
 void StiReport.setPreviewMode(StiPreviewMode value)
           
 

Uses of StiPreviewMode in com.stimulsoft.report.enums
 

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