Results 1 to 3 of 3

Thread: crystal

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    43

    crystal

    can anyone tell me how to use crystal report in vb.net??
    -ralphz-

  2. #2
    Member Piet's Avatar
    Join Date
    Jun 2001
    Location
    Netherlands
    Posts
    34
    start a project, then <add Component>
    choose <Crystal Report>
    this starts a wizard to add a report.
    when the report is created,
    add the crystalreportviewer to your form
    this is needed to preview/print the report
    add the reportdocument component from your toolbox to the form.
    a dialog wil ask for the created report.
    finally set the reportsource property from the crystalreportviewer to the correct report.

    Hope this gives you a start,

    Piet

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    43
    thanks alot!!!!!
    i got the idea!!!
    -ralphz-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width