I need help creating reports
Hello everyone:
I have created a program where new records get added and save into a database SQL2005, I am using vb2005.
I am trying to add a reporting feature to be able to report data. I see that VB comes with Crystal reports, but I found that it can be a problem if you try installing the application on a users computer, it asked to installed Crystal report version 10.0 before continuing with the installation. I am trying to make it simple
does any one guide me to the right path for me to be able to run reports?
Thanks for your help
BK
Re: I need help creating reports
No, you should not install CR 10 on a deployment system as that would violate your license. You need to create an installation package with either ClickOnce or a Setup project. Then add the CR Merge Modules and deploy.
Re: I need help creating reports
Right click on the project's name, choose "Properties."
Go to the "Publish" tab.
Click the "Prerequisites" button.
Choose to satisfy your needs.