Share via


SrsAutoReportController.reportQuery Method [AX 2012]

Gets or sets the query that the auto report uses to fetch data.

Syntax

public Query reportQuery([Query _query])

Run On

Client

Parameters

  • _query
    Type: Query Class
    The new value of the property; optional.

Return Value

Type: Query Class
The current value of the property.

See Also

Reference

SrsAutoReportController Class