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
CalledParameters
- _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 TableThe SysOperationMultiSelectTmp table that is populated with valid values.
Community Additions
ADD
Show: