Query.inReport Method [AX 2012]

Determines whether the query is part of a report.

public boolean inReport()

Run On

Called

Return Value

Type: boolean
true if the query is part of a report (is found under a report's data sources node); otherwise false.

This function is not typically used by application code. If the method returns true, the report method can be used to access the report in which the query is defined.

Community Additions

ADD
Show: