Share via


SRSReportRun::createSSRSReportParameterValue Method [AX 2012]

Creates a ParameterValue object by using the specified name and value.

Syntax

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.

See Also

Reference

SRSReportRun Class