Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |