SRSReportParameter::anyTypeToStringValue Method [AX 2012]

Converts an Anytype value to a Types::String value, depending on the other properties in the specified SRSReportParameter object.

Syntax

client server private static str anyTypeToStringValue(SRSReportParameter reportParameter, anytype value)

Run On

Called

Parameters

  • value
    Type: anytype
    An Anytype value.

Return Value

Type: str
A string representation of the anytype value.

Exceptions

Exception Condition
Error

Invalid data item type.

See Also

Reference

SRSReportParameter Class