SRSReportParameter.getValueTyped Method [AX 2012]

Gets the strongly typed value of the report parameter.

Syntax

public anytype getValueTyped()

Run On

Called

Return Value

Type: anytype
The strongly typed value of the report parameter.

Remarks

Use this method to get the report parameter value that is currently set.This method converts a String value to the underlying AX type.Use this method instead of the value method.

See Also

Reference

SRSReportParameter Class