com.stimulsoft.report.components.interfaces
Interface IStiDataSource

All Superinterfaces:
IStiEnumerator
All Known Implementing Classes:
StiChart, StiCrossDataBand, StiCrossTab, StiDataBand, StiGridControl, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiDataSource
extends IStiEnumerator

Inteface describes a data source in the component.


Method Summary
 StiDataSource getDataSource()
          Gets Data Source.
 java.lang.String getDataSourceName()
          Gets or sets the name of Data Source.
 boolean isDataSourceEmpty()
          Returns true if DataSource property is not assigned.
 void setDataSourceName(java.lang.String value)
           
 
Methods inherited from interface com.stimulsoft.report.dictionary.IStiEnumerator
First, getCount, getIsBof, getIsEmpty, getIsEof, getPosition, Last, Next, Prior, setIsBof, setIsEof, setPosition
 

Method Detail

getDataSource

StiDataSource getDataSource()
Gets Data Source.


getDataSourceName

java.lang.String getDataSourceName()
Gets or sets the name of Data Source.


setDataSourceName

void setDataSourceName(java.lang.String value)

isDataSourceEmpty

boolean isDataSourceEmpty()
Returns true if DataSource property is not assigned.