Hi,
I think this answer may help u.
There are two types of reports u can link with visual basic.
They are
1.Segate Crystal Reports(Latest version of crystal reports)
2.Data Reports (Shipped with visual basic 6.0)
For crystal reports:
Create reoports using crystal report designer tool.
In the visual basic add crystal report control(i.e crystl32.ocx) through projects menu components.
U can view the report from visual basic using the following code:
crystalreport1.reportfilename=app.path & "\reportfile.rpt"
crystalreport1.action=1.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.