SRSReportParameter::getEnumDefaultValue Method [AX 2012]
Gets the default value for the particular enum which is the value of the first element in the enum.
Syntax
client server private static int getEnumDefaultValue(EnumId _enumId)
Run On
Called
Parameters
- _enumId
Type: EnumId Extended Data Type
The Id of the enum for which to get the default value.
Return Value
Type: int
The value of the first element as the default value.