SrsReportRdlDataContract.setValue Method [AX 2012]

Sets the value of the parameter.

Syntax

public void setValue(str _paramName, anytype _paramValue)

Run On

Called

Parameters

  • _paramName
    Type: str
    The name of the parameter for which to set the value.
  • _paramValue
    Type: anytype
    A strongly-typed value for the parameter.

See Also

Reference

SrsReportRdlDataContract Class