SrsReportDataContractUIBuilder.modifySavedCollectionDialogFieldValues Method [AX 2012]

Converts the values in a multi-select dialog box field from the valid values to labels.

Syntax

private void modifySavedCollectionDialogFieldValues()

Run On

Called

Remarks

Valid values that are defined in the Microsoft SQL Server Reporting Services are of the format key that is mapped to the Label. In the multi-select control, we must display the label and not the value. However, the data that is stored in SysLastValue table is used as the key. Therefore, we convert it here to display the label. We perform the reverse conversion in the getMultiSelectFromDialogField method.

This method should be called only once during the dialog box startup, which is the only time when the dialog box field is set to the values.

See Also

Reference

SrsReportDataContractUIBuilder Class