StiFileDataSource Class
Namespace: Stimulsoft.Report.Dictionary
Describes the Data Source realizing access to Csv files.
Inheritance
Inherits from: StiDataStoreSource
Constructors
| Constructor | Description |
|---|---|
| StiFileDataSource() | Creates a new object of the type StiCsvSource. |
| StiFileDataSource(string path, string name, string alias, int codePage) | |
| StiFileDataSource(string path, string name, string alias, int codePage, string key) |
StiFileDataSource()
Creates a new object of the type StiCsvSource.
StiFileDataSource(path: string, name: string, alias: string, codePage: int)
Parameters
- path (string)
- name (string)
- alias (string)
- codePage (int)
StiFileDataSource(path: string, name: string, alias: string, codePage: int, key: string)
Parameters
- path (string)
- name (string)
- alias (string)
- codePage (int)
- key (string)
Properties
| Property | Type | Description |
|---|---|---|
| CodePage | int |