Uses of Class
com.stimulsoft.report.StiNamingRule

Packages that use StiNamingRule
com.stimulsoft.report   
com.stimulsoft.report.options   
 

Uses of StiNamingRule in com.stimulsoft.report
 

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

Methods in com.stimulsoft.report with parameters of type StiNamingRule
static void StiNameCreation.setNamingRule(StiNamingRule value)
           
 

Uses of StiNamingRule in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return StiNamingRule
static StiNamingRule EngineOptions.getNamingRule()
          Gets or sets a value which controls of naming of new components in the report.
 

Methods in com.stimulsoft.report.options with parameters of type StiNamingRule
static void EngineOptions.setNamingRule(StiNamingRule value)