Share via


SrsAutoReportController.isQuerySchemaInitialized Method [AX 2012]

Gets or sets the value of the isQuerySchemaInitialized property.

Syntax

public boolean isQuerySchemaInitialized([boolean _isQuerySchemaInitialized])

Run On

Client

Parameters

  • _isQuerySchemaInitialized
    Type: boolean
    The new value of the property; optional.

Return Value

Type: boolean
The current value of the property.

Remarks

If the current value is false the initializeQuerySchema method is automatically called when any of the following methods are called: getQuerySchema or executeQuery.

See Also

Reference

SrsAutoReportController Class