SRSReportParameter.setValueTyped Method [AX 2012]

Sets the report parameter value.

Syntax

public void setValueTyped(anytype _value)

Run On

Called

Parameters

  • _value
    Type: anytype
    The value to set.

Remarks

Use this method to set the report parameter value.

See Also

Reference

SRSReportParameter Class