Click or drag to resize

StiDataSource.FetchColumns Method

Returns an enumeration of the data columns from this dictionary.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<IStiAppDataColumn> FetchColumns()

Return Value

Type: IEnumerable<IStiAppDataColumn>
The enumeration of the data columns.

Implements

IStiAppDataSource.FetchColumns()
See Also