How do I use reportviewer in VB.Net 2005?

Joined
Jan 15, 2007
Messages
10
Programming Experience
Beginner
I can't figure out how to use the reportviewer control in vb.net, and how to populate the report with data.

please help.
 
OK, it's been a week and no replies so I'll start you off, if you're still interested.

Add a report to your project. Add a textbox to it and type something in the box. Save your report. On your form add a reportviewer and make it a reasonable size. Top right hand corner of the reportviewer you'll see the little arrow. click on it and the first drop down box lets you chose your report. Choose the report you just created (Probably report1.rdlc). Save and run your form. You should now see the text you typed in the box in your reportviewer on the form.

HTH.
 
Back
Top