CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Aug 2002
    Location
    INDIA
    Posts
    20

    Post How to open CrystalReport in another machine

    Hi Friends!

    I'm developing an application in .NET where I need to open reports made in CrystalReports 8.5. The report opens up at my end properly.(I'm using the connection parameters of the SQL Server database at my end). Now, when I send this same report to my client, he is not able to open up the report and see it.

    Is it because the connection parameters of the SQL Server database at my client's end are different. If so, how to tackle this problem since Clients will inevitably have different connection parameters. Also I need to know will the client be able to open up my reports even if he DOESN'T have CrystalReports 8.5 installed on his machine.

    TIA,

    Debsoft
    Last edited by Debsoft; April 9th, 2003 at 04:37 AM.

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

Featured