Interface IStiDataSource
- All Superinterfaces:
IStiEnumerator
- All Known Implementing Classes:
StiChart,StiCrossDataBand,StiCrossTab,StiDataBand,StiGridControl,StiHierarchicalBand,StiTable,StiTableOfContents
Inteface describes a data source in the component.
-
Method Summary
Modifier and TypeMethodDescriptionGets Data Source.Gets or sets the name of Data Source.booleanReturns true if DataSource property is not assigned.voidsetDataSourceName(String value) Methods inherited from interface com.stimulsoft.report.dictionary.IStiEnumerator
First, getCount, getIsBof, getIsEmpty, getIsEof, getPosition, Last, Next, Prior, setIsBof, setIsEof, setPosition
-
Method Details
-
getDataSource
StiDataSource getDataSource()Gets Data Source. -
getDataSourceName
String getDataSourceName()Gets or sets the name of Data Source. -
setDataSourceName
-
isDataSourceEmpty
boolean isDataSourceEmpty()Returns true if DataSource property is not assigned.
-