Click or drag to resize

StiDataSourceFetchColumns 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: IEnumerableIStiAppDataColumn
The enumeration of the data columns.

Implements

IStiAppDataSourceFetchColumns
See Also