Share via


SrsAutoReportController.getQuerySchema Method [AX 2012]

Gets the schema or shape of a query.

Syntax

public CLRObject getQuerySchema()

Run On

Client

Return Value

Type: CLRObject Class
A System.Data.DataSet object that represents the query schema.

Remarks

This method is used to build the report design.

See Also

Reference

SrsAutoReportController Class