TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rahul Sharma
NA
15
54.2k
Pass multiple values to parameter
Jan 8 2015 1:06 PM
Hello,
I've a crystal report which is using table adapter from dataset to fill data.
I also have a parameter with type string and option as allow multiple values.
Can anyone please explain how I can pass multiple values from array to this parameter so that I will get desired result.
I have countryParameter as parameter for field country.
I want to display output only for "USA" and "UK" on report.
USA and UK are stored in one array.
In case of single parameter I can use it easily as
rep.SetParameterValue("countryParameter", "USA");
but not sure for multiple values.
Thanks,
Rahul.
Reply
Answers (
5
)
reportviewer
Find each table columns count while upload the excel file