Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2004, 10:11 PM
Registered User
 
Join Date: Aug 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default calling crystal report from asp.net

Hi,

Can anyone help me in calling crystal report using asp.net i know we have to use crystal report viewer but dont know how to do it.

Appreciate ur help.

Thanks in advance

Ashish

debashish
 
Old August 27th, 2004, 10:25 AM
Registered User
 
Join Date: Jul 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mohithmohith
Default

Hi debashish,

              Drag and drop crystal report viewer to ur designer page and in the page load event set the following information:

       CrystalReportViewer1.ReportSource = "Path Of the Report"
       CrystalReportViewer1.LogOnInfo.Item
      (0).ConnectionInfo.ServerName = "ServerName"
       CrystalReportViewer1.LogOnInfo.Item
      (0).ConnectionInfo.DataBaseName= "DataBaseName"
       CrystalReportViewer1.LogOnInfo.Item
      (0).ConnectionInfo.UerID = "UserID"
       CrystalReportViewer1.LogOnInfo.Item
      (0).ConnectionInfo.password = "password"
      CrystalReportViewer1.DataBind()

  U can view the report now.

  
 Regards
 Mohith





Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling Crystal report from BO XI server using ASP raajnselliah Crystal Reports 0 February 6th, 2006 09:31 AM
using crystal report with asp.net ehc2082 Crystal Reports 0 January 6th, 2005 10:33 PM
crystal report in asp.net wynn ASP.NET 1.x and 2.0 Application Design 1 June 14th, 2004 10:16 AM
crystal report in asp.net wynn BOOK: Professional Crystal Reports for VS.NET 1 June 12th, 2004 05:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.