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
- reportParameter
Type: SRSReportParameter Class
The specified SRSReportParameter object.
- 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. |