Click or drag to resize

StiDataSourceFetchColumnValues Method

Returns an array of values for the specified column in the specified position.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<Object[]> FetchColumnValues(
	string[] names
)

Parameters

names
Type: SystemString
An array of names of the data column.

Return Value

Type: IEnumerableObject
The enumeration of the data column values.

Implements

IStiAppDataSourceFetchColumnValues(String)
See Also