Share via


SRSReportRunBuilder.buttonIdToQueryParameterNameMap Method [AX 2012]

Determines which query is to be operated on when the Select button is clicked.

Syntax

public Map buttonIdToQueryParameterNameMap()

Run On

Called

Return Value

Type: Map Class
The Map object where the key is the button ID, and the value is the parameter name that is used for the query.

Remarks

The Map object is where the key is the button ID, and the value is the parameter name that is used for the query.

See Also

Reference

SRSReportRunBuilder Class