Query.report Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.