SRSReportDataProviderBase.setParametersMap Method [AX 2012]
Sets the parameter values.
Syntax
public void setParametersMap(Map _parameterMap)
Run On
Server
Parameters
- _parameterMap
Type: Map Class
An X++ map type.
Remarks
The map contains the name and value pair for parameters.
This method is called from the internal SQL Server Reporting Services (SSRS) data extension framework.
This is a framework class. Customizing this class may cause problems with future upgrades to the software.