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.
Builds the query that is used to pull the records for the report.
Syntax
private Query buildQuery(
Query _query,
FromDateTime _fromDateTime,
ToDateTime _toDateTime)
Run On
Server
Parameters
- _query
Type: Query Class
The report query object to modify.
- _fromDateTime
Type: FromDateTime Extended Data Type
The from datetime range parameter of the report.
- _toDateTime
Type: ToDateTime Extended Data Type
The to datetime range parameter of the report.
Return Value
Type: Query Class
The modified query object to use to pull records for the report.