SRSReportRun.getDictFieldFromFieldAlias Method [AX 2012]
Retrieves an instance of the DictField class by using a field alias.
private DictField getDictFieldFromFieldAlias(str fieldAlias)
Run On
CalledParameters
- fieldAlias
- Type: str
The alias of the field.
Return Value
Type: DictField ClassAn instance of the DictField class if it is successful; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: