SrsReportRunController.getFirstQuery Method [AX 2012]

Gets the first query in the report.

Syntax

protected Query getFirstQuery()

Run On

Called

Return Value

Type: Query Class
A Query object.

Remarks

This examines the report parameters having query and returns the first parameter that is found.

Usually a report has only one query that is associated with it. Therefore, calling this method should provide that specific report.

See Also

Reference

SrsReportRunController Class