This documentation is archived and is not being maintained.
SRSReportRun::createSSRSReportParameterValue Method [AX 2012]
Creates a ParameterValue object by using the specified name and value.
client server private static CLRObject createSSRSReportParameterValue(str name, str value)
Run On
ClientOrServer
Parameters
-
name
- Type: str
The name of the report parameter to create.
-
value
- Type: str
The value of the report parameter to create.
Return Value
Type:
CLRObject Class
An instance of the ReportParameter class.