Uses of Class
com.stimulsoft.base.StiAppExpressionCollection

Packages that use StiAppExpressionCollection
com.stimulsoft.base   
com.stimulsoft.report.components   
 

Uses of StiAppExpressionCollection in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiAppExpressionCollection
 StiAppExpressionCollection IStiAppExpressionCollection.getExpressions()
           
 

Methods in com.stimulsoft.base with parameters of type StiAppExpressionCollection
 void IStiAppExpressionCollection.setExpressions(StiAppExpressionCollection expressions)
           
 

Uses of StiAppExpressionCollection in com.stimulsoft.report.components
 

Fields in com.stimulsoft.report.components declared as StiAppExpressionCollection
 StiAppExpressionCollection StiComponent.expressions
           
 

Methods in com.stimulsoft.report.components that return StiAppExpressionCollection
 StiAppExpressionCollection StiComponent.getExpressions()
           
 

Methods in com.stimulsoft.report.components with parameters of type StiAppExpressionCollection
 void StiComponent.setExpressions(StiAppExpressionCollection expressions)