ReportPicklist.Resolve 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)
Syntaxpublic string Resolve(
Object value,
string discrim
)
Public Function Resolve (
value As Object,
discrim As String
) As String
Parameters
- value
- Type: System.Object
The ID of the item to resolve - discrim
- Type: System.String
The discrim value.
Return Value
Type:
StringThe Display Text for the PicklistItem ID.
See Also