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

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

Uses of StiReportPass in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiReportPass
 StiReportPass StiReport.reportPass
           
 

Methods in com.stimulsoft.report that return StiReportPass
 StiReportPass StiReport.getReportPass()
           
 

Methods in com.stimulsoft.report with parameters of type StiReportPass
 void StiReport.setReportPass(StiReportPass value)
           
 

Uses of StiReportPass in com.stimulsoft.report.enums
 

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