Main Topics
Browse All TopicsHello Experts:
I have a webform with a menu, iframe, and a reportviewer inside the iframe. The reports I'm loading have 1 - 4 parameters depending on the report. Whenever I try to change one of the parameters and hit "view report" I get this error: Specified argument was out of the range of valid values.
Why does it give this error whenever I change the report parameter? Do I need to get the parameter values when the report initially loads and then resend them if the page posts back? If so, how do I do this? Help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This is the code I use during page_load, and menuClick events. I tried adding in the suggestion from shahprabal but it gives me a URL error for the report, path not valid. The report I'm testing with has 4 parameters and anytime I try to change one of the parameters on the report I get that error I listed above.
I've reposted this question again in hopes of getting some responses.
http://www.experts-exchang
Here's the problem:
Dim ReportViewer1 As ReportViewer = New ReportViewer
ReportViewer1 = Me.ReportViewer1
form1.Controls.Add(ReportV
Why add the control in code-behind when I've already added it to the designer? Why was I doing this?! Argh! This calls the reportviewer twice which caused my problems.
Business Accounts
Answer for Membership
by: CodeCruiserPosted on 2009-09-25 at 01:07:59ID: 25420866
Can you show some code?