IntrastatFormLetterController_AT.setRange Method [AX 2012]
Assigns the UI parameter values to the query.
Syntax
public void setRange(
Query _query,
FromDate _fromDate,
ToDate _toDate,
IntrastatDirection _direction,
boolean _onlyCorrections,
SRSReportParameter _reportParameter)
Run On
Called
Parameters
- _query
Type: Query Class
The query object.
- _fromDate
Type: FromDate Extended Data Type
The date from.
- _toDate
Type: ToDate Extended Data Type
The to date parameter value.
- _direction
Type: IntrastatDirection Enumeration
The direction parameter value.
- _onlyCorrections
Type: boolean
A Boolean value that specifies whether to use only corrections.
- _reportParameter
Type: SRSReportParameter Class
A VATNum report parameter.