SrsReportDataContractExtendUIBuilder_CN.overrideDialogFieldProperty Method [AX 2012]

Overrides the dialog field property.

Syntax

protected void overrideDialogFieldProperty(
    DialogField _dialogField, 
    Name _controlPropertyName, 
    anytype _propertyValue)

Run On

Called

Parameters

  • _dialogField
    Type: DialogField Class
    Dialog field, shall be initialized before PostBuild super() call.
  • _propertyValue
    Type: anytype
    Property value.

See Also

Reference

SrsReportDataContractExtendUIBuilder_CN Class