com.stimulsoft.report.components.interfaces
Interface IStiDataRelation

All Known Implementing Classes:
StiChart, StiCrossDataBand, StiCrossTab, StiDataBand, StiHierarchicalBand, StiSparkline, StiTable, StiTableOfContents

public interface IStiDataRelation

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


Method Summary
 boolean existDataRelation()
           
 StiDataRelation getDataRelation()
          Gets data relation.
 java.lang.String getDataRelationName()
          Gets or sets data relation name.
 void setDataRelationName(java.lang.String value)
           
 

Method Detail

getDataRelation

StiDataRelation getDataRelation()
Gets data relation.


existDataRelation

boolean existDataRelation()

getDataRelationName

java.lang.String getDataRelationName()
Gets or sets data relation name.


setDataRelationName

void setDataRelationName(java.lang.String value)