Run an Access Report from a VB .nt application

  • Thread starter Thread starter Tony A.
  • Start date Start date
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?
 
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
 
Back
Top