ReportPicklistResolve Method (Object, String) |
Resolves a picklist item.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Resolve(
Object value,
string discrim
)
Public Function Resolve (
value As Object,
discrim As String
) As String
Parameters
- value
- Type: SystemObject
The ID of the item to resolve - discrim
- Type: SystemString
The discrim value.
Return Value
Type:
StringThe Display Text for the PicklistItem ID.
See Also