SRSReportParameter.value Method [AX 2012]
Gets or sets the value of the value property.
Syntax
public str value([anytype value])
Run On
Called
Parameters
- value
Type: anytype
A value to set; optional.
Return Value
Type: str
The current value of the property.
Remarks
This method is deprecated. Please use the getValueTyped and setValueTyped methods.