Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

chijatti
Aug 27, 2007, 02:34 AM
Dear All,

I got struck in report stage, Please help " How do I generate reports in VB " ? Send me some examples (code) :confused:

ScottGem
Aug 27, 2007, 06:09 AM


You don't. VB doesn't have a built in report writer. So you need to use a 3rd party tool like Crystal Reports. You can integrate the reports into your program so the users don't have to run a separate report program.

Mxaza
Sep 10, 2007, 04:51 PM
As scott has said you can use Crystal Reports.
I'm not sure if this is what you are looking for but he steps for creating and viewing a report are:
Project->Add New Item
Then you select the Crystal report and name it if you like.
There will be a wizard taking you through the process.
Then you must add a Crystal Report viewer to you form, select it then on property's tab change the report source to the report you have just created.