Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiDataRelation
Implementors StiChart, StiCrossTab, StiDataBand

Allows to set relation that is used to set detail of data in the component.



Public Properties
 PropertyDefined By
  dataRelation : StiDataRelation
[read-only] Gets data relation.
IStiDataRelation
  dataRelationName : String
Gets or sets data relation name.
IStiDataRelation
Property Detail
dataRelationproperty
dataRelation:StiDataRelation  [read-only]

Gets data relation.


Implementation
    public function get dataRelation():StiDataRelation
dataRelationNameproperty 
dataRelationName:String

Gets or sets data relation name.


Implementation
    public function get dataRelationName():String
    public function set dataRelationName(value:String):void