Share via


SrsAutoReportController.setDataSourceFetchMode Method [AX 2012]

Sets the QueryFetchMode property of the query data source that references the specified table or view.

Syntax

public QueryFetchMode setDataSourceFetchMode(TableId _tableId, QueryFetchMode _value)

Run On

Client

Parameters

Return Value

Type: QueryFetchMode Enumeration
The value of the FetchMode property of the query data source.

See Also

Reference

SrsAutoReportController Class