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

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

Uses of StiNumberOfPass in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiNumberOfPass
 StiNumberOfPass StiReport.getNumberOfPass()
          Gets or sets the number of passes which the report generator makes while report rendering.
 

Methods in com.stimulsoft.report with parameters of type StiNumberOfPass
 void StiReport.setNumberOfPass(StiNumberOfPass value)
           
 

Uses of StiNumberOfPass in com.stimulsoft.report.enums
 

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