Click or drag to resize

TableDataSourceGetDataView Method

Returns the filtered DataSource used in tableviews and Analysis

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public FilteredDataSource GetDataView()

Return Value

Type: FilteredDataSource
Remarks

The filter expression can be set using the FilterExpression property.

The filtered view of the DataSource is used by the tableview control (always) and by Analysis (according to the DataViewEnabled property).

See Also