SRSReportRun.getDictFieldFromFieldAlias Method [AX 2012]

Retrieves an instance of the DictField class by using a field alias.

Syntax

private DictField getDictFieldFromFieldAlias(str fieldAlias)

Run On

Called

Parameters

  • fieldAlias
    Type: str
    The alias of the field.

Return Value

Type: DictField Class
An instance of the DictField class if it is successful; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

SRSReportRun Class