3
Answers

Not able to create crystal report object at code behind

Nethra R S

Nethra R S

13y
2.4k
1
Hi,

I have already included the namespaces :

using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;


What is it that i am missing again.. I need to bind the Crystal report object to a dataset at code behind .. But i am not able to create the CRYSATL REPORT OBJECT itself.. Plzz help
Answers (3)
0
Vilas Gite
NA 2.9k 394k 13y

Ok.

Crystal Reports in ASP .NET Web Applications

http://www.dotnetking.com/ArticleDetails.aspx?ArticleID=44

----------------------------------------------------------------------------------------------------

If this reply hepls your post…then "MARK AS ANSWER"!


 
0
Nethra R S
NA 310 266.9k 13y
@Vila Gite,

ReportDocument crystalReport = new ReportDocument();
They have create ReportDocument object not crystalreport object
0
Vilas Gite
NA 2.9k 394k 13y
Hi Nethra ji
please refer 

Step by Step Crystal Report in ASP.NET:

http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html

----------------------------------------------------------------------------------------------------

If this reply hepls your post…then "MARK AS ANSWER"!