Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing multiple value for parameter

Status
Not open for further replies.

hariomhari

Programmer
Aug 13, 2007
31
GB
I am using ASP.Net 2005 and CR XI Release 2 version.

I have written a separate module in .Net for report execution and display. Then, I am using a URL to display report :

Response.Redirect"/FINModule/Reports/Report_Launcher.aspx?ReportID=" & ReportID & "&PortfolioID=" & PortfolioID & "&Strategy=" & Strategy & "&Custody=" & Custody & "&OutputFormat=pdf")

The PortfolioID, Strategy and Custody are the parameters in report.

I want to pass multiple values for a parameter say for Strategy and want to allow user to filter the data.

How can I pass the multiple values for a parameter. Please suggest with example.

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top