Run an Access Report from a VB .nt application

T

Tony A.

I using Access as the database for a VB .Net application I'm developing.
I've developed reports in Access and would like to run the reports from the
VB .Net application. Any suggestions on how this can be done?
 
R

Rich P

You can create the same report in your VB.Net application using the
Report Viewer control. The Report Viewer control functions the same as
a Report from sql server reporting services except that it belongs to
you app instead of sql server. The report viewer control is a component
of the .Net 2.0 Framework - so you need to have .Net 2.0 framework
installed for this (VB2005). The report viewer control has way more
functionality than the Access Report.

Rich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top