Uses of Class
com.stimulsoft.report.dictionary.businessObjects.StiBusinessObjectsCollection

Packages that use StiBusinessObjectsCollection
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.businessObjects   
 

Uses of StiBusinessObjectsCollection in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiBusinessObjectsCollection
 StiBusinessObjectsCollection StiDictionary.getBusinessObjects()
          Gets or sets collection of the business objects.
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiBusinessObjectsCollection
 void StiDictionary.setBusinessObjects(StiBusinessObjectsCollection value)
           
 

Uses of StiBusinessObjectsCollection in com.stimulsoft.report.dictionary.businessObjects
 

Methods in com.stimulsoft.report.dictionary.businessObjects that return StiBusinessObjectsCollection
 StiBusinessObjectsCollection StiBusinessObject.getBusinessObjects()
          Gets or sets collection of the business objects.
 

Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiBusinessObjectsCollection
 void StiBusinessObject.setBusinessObjects(StiBusinessObjectsCollection value)