Hi,
I have created an Custom Enum And I want to Display that Enum values for the MultiSelect Lookup in the SSRS Report Dialog Field (UI Builder Class), I am unable to find the article which explain about the Multi Select Enum values , I can only find the articles which explains about the Multiselect option for a table records (using Query) . Can Someone explain how can I add the enum values in the dialog field of the report ?
Hi Noob,
I think you need to create one table and insert all the Enum elements to that table - Convert the Enum to string and then insert into the table using Enum2Str. On the lookup you can add that table to the multiselect lookup query.
Later you can use str2Enum function to add that Enum as a range.
Thanks,
Girish S.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,232 Super User 2024 Season 2
Martin Dráb 230,064 Most Valuable Professional
nmaenpaa 101,156