Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   Reports in VB (https://www.askmehelpdesk.com/showthread.php?t=123185)

  • Aug 27, 2007, 02:34 AM
    chijatti
    Reports in VB
    Dear All,

    I got struck in report stage, Please help " How do i generate reports in VB " ? Send me some examples (code) :confused:
  • Aug 27, 2007, 06:09 AM
    ScottGem
    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.
  • Sep 10, 2007, 04:51 PM
    Mxaza
    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.

  • All times are GMT -7. The time now is 07:48 PM.