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 Details

    • getDataSource

      StiDataSource getDataSource()
      Gets Data Source.
    • getDataSourceName

      String getDataSourceName()
      Gets or sets the name of Data Source.
    • setDataSourceName

      void setDataSourceName(String value)
    • isDataSourceEmpty

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