I'm trying to find a way to display two of my report parameters in my Report Header. The first parameter is a collection of strings and the second is a collection of longs. I say Collection because they are defined in the report as:
.
Basically what I am trying to do is list the users parameters at the top of the page in a nice format - the report header seems like the right place to do this. When working with single values, this works fine, but I can't figure out how to iterate through the collection and convert every item to a string.
Thanks in advance for the help...
-Scott
MultiValue = True
Basically what I am trying to do is list the users parameters at the top of the page in a nice format - the report header seems like the right place to do this. When working with single values, this works fine, but I can't figure out how to iterate through the collection and convert every item to a string.
Thanks in advance for the help...
-Scott