SrsReportDataContractUIBuilder.getMultiSelectTableForType Method [AX 2012]

Gets the SyOperationMultiSelectTmp table that contains the list of values that must be displayed in the drop down list.

protected SysOperationMultiSelectTmp getMultiSelectTableForType(SysDictType _dictType, SysOperationDataMemberInfo _memberInfo)

Run On

Called

Parameters

_dictType
Type: SysDictType Class
The SysDictType object that is displayed in the multi select control.
_memberInfo
Type: SysOperationDataMemberInfo Class
The member information for the control.

Return Value

Type: SysOperationMultiSelectTmp Table
The SysOperationMultiSelectTmp table that is populated with valid values.

We override this method to provide the valid values that were specified in the Microsoft SQL Server Reporting Services report. The table is populated with the labels that are specified for the valid values property in the Reporting Services report.

Community Additions

ADD
Show: