Results 1 to 3 of 3

Thread: Calling Crystal Report

  1. #1

    Thread Starter
    New Member bharadwajrv's Avatar
    Join Date
    Oct 2002
    Location
    Mysore,India
    Posts
    12

    Calling Crystal Report

    Hi,
    i use crystal report 8.0.. after designing the report.. how to call this report from VB.

    thanks in adv.

    Venu
    "Dream it, b'caz U can do it!"

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    VB Code:
    1. CrystalReport1.Action = 1

  3. #3
    You need to give the path to the report that you created also.



    CrystalReport1.ReportFileName = "c:\inetpub\wwwroot\WebStore.rpt"
    CrystalReport1.Action = 1
    David M. Camp

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