SrsReportDataContractUIBuilder.getMultiSelectTableForType Method [AX 2012]

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

Syntax

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.

Return Value

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

Remarks

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.

See Also

Reference

SrsReportDataContractUIBuilder Class