Share via


Query.inReport Method

Determines whether the query is part of a report.

Syntax

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.

Remarks

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.

See Also

Query Class

Query.report Method