Share via


ReqDemPlanSSASHelper.executeReader Method [AX 2012]

Executes the MDX query and provides the data reader to get the results.

Syntax

public ReqDemPlanDataReader executeReader(str _query)

Run On

Server

Parameters

  • _query
    Type: str
    The MDX query to execute.

Return Value

Type: ReqDemPlanDataReader Class
The data reader for getting the results.

See Also

Reference

ReqDemPlanSSASHelper Class