Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the report query ranges based on parameters.
Syntax
public void setRanges(
Query _query,
boolean _onlyCorrections,
IntrastatDirection _direction,
boolean _directionBoth,
date _fromDate,
date _toDate)
Run On
Called
Parameters
- _query
Type: Query Class
The query object.
- _onlyCorrections
Type: boolean
A Boolean value that indicates whether to include only corrections.
- _direction
Type: IntrastatDirection Enumeration
Include only lines with the specified direction. This value is ignored if the _directionBoth parameter is set to true.
- _directionBoth
Type: boolean
Include both directions regardless of the value of the _direction parameter.
- _fromDate
Type: date
A Boolean value that indicates whether to include only lines with trans date starting from the specified date.
- _toDate
Type: date
A Boolean value that indicates whether to include only trans date not greater than the specified date.
Remarks
Modifies the report query bases on the parameters.