Uses of Class
com.stimulsoft.report.dictionary.StiDataRelationsCollection

Packages that use StiDataRelationsCollection
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.dataSources   
 

Uses of StiDataRelationsCollection in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiDataRelationsCollection
 StiDataRelationsCollection StiDictionary.getRelations()
          Gets or sets collection of relations.
 

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

Uses of StiDataRelationsCollection in com.stimulsoft.report.dictionary.dataSources
 

Methods in com.stimulsoft.report.dictionary.dataSources that return StiDataRelationsCollection
 StiDataRelationsCollection StiDataSource.GetChildRelations()
          Returns a collection of Child relations.
 StiDataRelationsCollection StiDataSource.GetParentRelations()
          Returns the colection of Parent relations.