OK
a 2 part question
A) I have an access databse linked to my app, is it possible to print the reports created inside that
and if not
B) Do you know of anywhere that i can learn how to make reports in VS2005
Thanks
Printable View
OK
a 2 part question
A) I have an access databse linked to my app, is it possible to print the reports created inside that
and if not
B) Do you know of anywhere that i can learn how to make reports in VS2005
Thanks
The best way would be if you use some components to create report. For example "ReportViewer" or "CrystalReportViewer". It is more organized and the printing will be not dificult. I haven't done reporting but I am sure there are examples of them in the CodeBank forum on this site, check them out.
cool, i tried the crystalreportviewer but no such luck
See this link by kleinmaQuote:
Originally Posted by mjenkinson05