Share via


IntrastatListController_FI.setRanges Method [AX 2012]

Sets the report query ranges based on parameters.

Syntax

public void setRanges(
    Query _query, 
    boolean _onlyCorrections, 
    boolean _directionBoth)

Run On

Called

Parameters

  • _onlyCorrections
    Type: boolean
    A Boolean value that specifies whether only the correct parameter value is passed based on that data will be filtered.
  • _directionBoth
    Type: boolean
    A direction parameter value is passed based on that data will be filtered.

Remarks

Modifies the report query bases on the parameters.

See Also

Reference

IntrastatListController_FI Class