Share via


SrsAutoReportController.setDataSourceFirstOnly Method [AX 2012]

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

Syntax

public boolean setDataSourceFirstOnly(TableId _tableId, boolean _value)

Run On

Client

Parameters

  • _value
    Type: boolean
    The new value.

Return Value

Type: boolean
The value of the FirstOnly property of the query data source.

See Also

Reference

SrsAutoReportController Class