imsolost,
I'm not sure if you are using dynamic datasets, but if you are check out my thread here:
http://www.experts-exchang
Main Topics
Browse All TopicsI have beat my head against this long enough. It can’t be that hard. I am trying to dynamically assign local reports in the reportviewer control. I can’t seem to get a valid datasource for my rdlc. All of the examples I can find all seem to skip over this like it's simple, and Im sure it is. I just don’t seem to get it. Can someone show me what I have to do in order to load an RDLC in the reportview with a valid datasource. Thanks for the 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.
imsolost,
I'm not sure if you are using dynamic datasets, but if you are check out my thread here:
http://www.experts-exchang
I posted a new question here, if you'd like to respond:
http://www.experts-exchang
Business Accounts
Answer for Membership
by: ITHELP25Posted on 2006-03-10 at 05:54:17ID: 16154274
When you have your new form open in visual studio, right click on the project in the solution explorer, (not the solution itself) and go to add, then chose new item. from the list select dataset. When you select okay the dataset window will appear. From the toolbar, drag a tableadapter onto the dataset window. The tableadapter will start up a wizard where you configure your connection string. After that has been done and your sql select statement has been made go and add a new report (Project, right click then add new item). When the report is open, from the toolbox, add a new table. Then go to the data sources tab of your solution and you should see your data source you just created by using the tableadapter. Simply drag any field from the datasource to a field on the table on the report and it should work out perfectly.