Using Crystal Reports and ASP.NET to Create Drill through Reports and Graphs
page 7 of 7
by Vince Varallo
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 40800/ 54

Summary

This article showed you how to create drill down functionality in an ASP.NET application using Crystal Reports and the CrystalReportPartsViewer control. As you can see it is relatively trivial to set up.  Hopefully you can take this example and apply it to your own requirements. Crystal Reports is a great tool for integrating reports directly in your ASP.NET application and best of all it is free with Visual Studio. Good luck on your project and happy coding.


View Entire Article

User Comments

Title: When must a company buy a license from SAP ?   
Name: Hans
Date: 2011-01-26 6:26:28 PM
Comment:
Hi

If a company wants to make a commercial web-site where the CrystalReportViewer in the web-site shows reports to the customers, must the company then buy a licence and if yes what kind of license? (Please give a link).

Example:
Let us for example assume that the commercial website is made like the example in this article ("Using Crystal Reports and ASP.NET to Create Drill through Reports and Graphs"). That is an ASP.NET (C#) application that shows results to the customers with CrystalReportViewer and the ASP.NET application runs on the company's server. The company's customers pay to access and see the results on the web-site (That is how the company earn money!).
Title: Version of Crystal Reports   
Name: Vince
Date: 2011-01-24 9:14:18 AM
Comment:
The sample was written in Visual Studio 2008 using Crystal Reports for .NET. This is the free version of Crystal Reports that comes with Visual Studio.
Title: Version of Crystal Report   
Name: N Pradeep kumar
Date: 2011-01-24 7:02:44 AM
Comment:
Please tell me the crystal reports version that supports drill down.
Title: An errror can occour in Visual Studioe 2010   
Name: Hans
Date: 2010-12-18 4:31:37 PM
Comment:
When I tryed to make the example in this article in Visual Studio 2010 i got an error when running the application (not when compiling):

Parser Error Message: The base class includes the field 'CrystalReportPartsViewer1', but its type (CrystalDecisions.Web.CrystalReportPartsViewer) is not compatible with the type of control (CrystalDecisions.Web.CrystalReportPartsViewer).

I solved the error by replacing the autogenerated line in Default.aspx (when adding a CrystalReportPartsViewer):

<%@ Register assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>

With this line:

<%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>


So the version number that Visual Studio 2010 inserts when adding a CrystalReportPartsViewer is wrong. In my case it should be: 13.0.2000.0


I hope this can help others...

It is a good article. Thanks.
Title: hello..........Sir   
Name: Kaushal Bhasker
Date: 2010-11-17 6:21:52 AM
Comment:
This is very good........
i m agree whith this. all the way
Thanku......so much
Title: Problem in chart   
Name: kamlesh makvana
Date: 2010-09-14 3:58:12 AM
Comment:
how can i enable the don't summrized check box in chart using crystal report
Title: crystal report navigation   
Name: tanya
Date: 2010-06-22 3:33:55 AM
Comment:
i am using a crystal report for dynamic information
while i am running it only first page shows the data but i have thousands of records to be placed in crystal reports.
how can i place my record in second page of crystal report
Title: Crystal report export to excel, page header issue using asp.net visual studio 2008 sp1   
Name: MFiaz
Date: 2010-06-17 7:23:08 AM
Comment:
I have a Crystal report it has dynmic information on page header when I export to excel,

only first page header shows in excel. I am using asp.net visual studio 2008 sp1.

if I export it to others format like pdf, word etc... its working fine

lets assume

page header contanis

department name = 'Operations'
date = 16-06-2010

employee name code
xyz 1
eee 2
cxy 3

here cxy is related to department 'accounts'

if we see this data in pdf or word

it will show correctly

department name = 'Operations'
date = 16-06-2010

employee name code
xyz 1
eee 2


department name = 'Accounts'
date = 16-06-2010

employee name code
cxy 3


can you send me a sample?

Product Spotlight
Product Spotlight 



Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-26 5:06:40 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search