Share via


Query.report Method

Definition

Returns the report in which the query is defined, if the report exists.

public:
 virtual Dynamics::AX::Application::Report ^ report();
public virtual Dynamics.AX.Application.Report report ();
abstract member report : unit -> Dynamics.AX.Application.Report
override this.report : unit -> Dynamics.AX.Application.Report
Public Overridable Function report () As Report

Returns

The report in which the query is defined under the data sources node.

Remarks

A query is not necessarily defined in the context of a report. To determine whether a query is defined in the context of a report, you can use the inReport method.

Applies to