Ask Experts Questions for FREE Help !
Ask
    chijatti's Avatar
    chijatti Posts: 1, Reputation: 1
    New Member
     
    #1

    Aug 27, 2007, 02:34 AM
    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:
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #2

    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's Avatar
    Mxaza Posts: 12, Reputation: 1
    New Member
     
    #3

    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Access Reports [ 3 Answers ]

I need to dynamically size a text box in an access report, depending on the value of a field on that line. For some lines it must show the text box and others it mustn't. And it must be able to resize the text box depending on how much text I need to display. Is this possible in Access and How,...


View more questions Search