Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _memberInfo
Type: SysOperationDataMemberInfo Class
The member information for the 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.