Uses of Class
com.stimulsoft.report.dictionary.dataSources.StiDataStoreSource
Packages that use StiDataStoreSource
Package
Description
-
Uses of StiDataStoreSource in com.stimulsoft.report.dictionary.databases
Methods in com.stimulsoft.report.dictionary.databases with parameters of type StiDataStoreSourceModifier and TypeMethodDescriptionvoidStiCassandraDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiCsvDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiDatabase.connect(StiDataStoreSource source, StiReport report) abstract voidStiDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiDatabaseEmpty.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiExcelDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiJDBCDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiJsonDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiXmlDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiCassandraDatabase.fillTable(StiDataStoreSource source) voidStiJDBCDatabase.fillTable(StiDataStoreSource source) voidStiJsonDatabase.fillTable(StiDataStoreSource source, StiReport report) voidStiXmlDatabase.fillTable(StiDataStoreSource source) -
Uses of StiDataStoreSource in com.stimulsoft.report.dictionary.dataSources
Subclasses of StiDataStoreSource in com.stimulsoft.report.dictionary.dataSourcesModifier and TypeClassDescriptionclassDescribes the Data Source realizing access to Business Objects.classDescribes the Data Source realizing access to DuckDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to DataTable.classCopyright StimulsoftclassDescribes the Data Source realizing access to DuckDb.classDescribes the Data Source realizing access to IEnumerable.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to Odbc.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to Sql.classDescribes the Data Source realizing access to UserSource.classDummy classclassDescribes the Data Source realizing access to OleDb. -
Uses of StiDataStoreSource in com.stimulsoft.report.json
Methods in com.stimulsoft.report.json with parameters of type StiDataStoreSourceModifier and TypeMethodDescriptionstatic DataSetStiJsonToDataSetConverterV2.getDataSet(Object json, StiDataStoreSource source) -
Uses of StiDataStoreSource in com.stimulsoft.samples
Methods in com.stimulsoft.samples with parameters of type StiDataStoreSourceModifier and TypeMethodDescriptionvoidChildDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report) voidChildDatabase.connect(StiDataStoreSource stiDataStoreSource, Boolean fillTable, StiReport report) voidParentDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report) voidParentDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report)