This is a migrated thread and some comments may be shown as answers.

Displaying Parameters In Report Header

2 Answers 218 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 29 Apr 2011, 06:38 PM
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:
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

2 Answers, 1 is accepted

Sort by
0
Scott
Top achievements
Rank 1
answered on 29 Apr 2011, 08:53 PM
I ended up creating a User Function to format my lists into formatted strings.  Is this the correct way to accomplish this type of thing?

Thanks...
0
Peter
Telerik team
answered on 03 May 2011, 01:37 PM
Hello Scott,

Yes the User Function approach is correct. We have used an user function to format a multi value report parameter value to string in the Product Line Sales demo report.

Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Scott
Top achievements
Rank 1
Answers by
Scott
Top achievements
Rank 1
Peter
Telerik team
Share this question
or