Share via


SrsAutoReportController.getUniqueQueryDataSourceName Method [AX 2012]

Gets a unique name for a data source by using the name of the table to which the data source refers.

Syntax

public str getUniqueQueryDataSourceName(Query _query, str _tableName)

Run On

Client

Parameters

  • _tableName
    Type: str
    The name of the table to which the data source refers.

Return Value

Type: str
A unique name for the data source.

See Also

Reference

SrsAutoReportController Class