SRSReportRun::queryNameFromCommandText Method [AX 2012]

Gets the query name from a string that is used as the command text for the query.

Syntax

client server private static str queryNameFromCommandText(str commandText)

Run On

Called

Parameters

  • commandText
    Type: str
    The command text for the query.

Return Value

Type: str
The name of the query.

See Also

Reference

SRSReportRun Class