SRSReportParameter.dictField Method [AX 2012]

Gets or sets the value of the dictField field.

Syntax

public DictField dictField([DictField value])

Run On

Called

Parameters

  • value
    Type: DictField Class
    The new value of the dictField field; optional.

Return Value

Type: DictField Class
The current value of the dictField field.

Remarks

This property will only contain a value if the parameter is used by an instance of the DataSet class of a report and the field in the table can be determined from the instance of the DataSet class. Otherwise this property will be null.

See Also

Reference

SRSReportParameter Class