Blue Theme Orange Theme Green Theme Red Theme
 
MindFusion's Components
Home | Forums | Videos | Photos | Downloads | Blogs | E-Books | Interviews | Jobs | Beginners | Training
 | Consulting  
Submit an Article Submit a Blog 
 Login Close
User Id:
Password:
 
Forgot Password
Forgot Username
Why Register
  This section contains
Articles (43)
Tutorials (2)
Resources (3)
Downloads (0)
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
 Resources  
Close
 Our Network  
Close
Search :       Advanced Search »
Home »  Crystal Reports
Crystal Reports in C# - Articles, Resources, Downloads, Blogs, Book Chapters, Tutorial, Source code
Welcome to Crystal Reports section of C# Corner. In this section, you will find various Crystal Reports related source code samples, articles, tutorials, and tips.
Post a new article
Post a new resource
Post a new download
Post a new blog
Post a new book chapter
Post a new tutorial
This section is sponsored by
ArticlesVideosBlogsBook ChaptersDownloadsResourcesTutorials
 Articles  
Sorted by:  
How to Create Dynamic Crystalreport with parameter passing in C# windows application by Jayendrasinh Gohil on Sep 27, 2009
In this article you can learn how to Create Dynemic Crystalreport with parameter passing in C# (Windows Application).
BackgroundWorker and CrystalReports by hamzi khalla on Sep 18, 2009
The code snippet in this article shows how to get reports data from a database and generate reports using Crystal Reports in a background worker thread.
Analizing data to best customers using Crystal Reports by John Charles Olamendy on May 25, 2009
In the sales analysis, there is a principle named the Pareto principle also known as the 80-20 rule. The 80-20 rule states that 80% of the effects come from the 20% of the causes and then the remaining 20% effects come from 80% of the causes. Pareto observed that 80% of the land in Italy was owned by 20% of the population. One example in the IT world is that Microsoft has noted that 20% of the most reported bugs are the causes of the 80% of the errors or crashes of the systems. After Pareto observed this principle, a lot of application appeared. One of the most common applications of the Pareto principle is in the sales analysis. Companies perform analysis in their sales orders in order to discover the best customers, that is, the 80% of the sales come from the 20% of the customers. In this article, I will show how to perform a sales analysis using Crystal Reports. For this example, we will use the AdventureWorks database shipped with SQL Server 2005.
Crystal and Reporting Services Interview Questions - Part 1 by Shivprasad on May 18, 2009
This Interview Questions will give you a quick start for two report giant’s crystal and reporting services.
Crystal and Reporting Services FAQ - Part 2 by Shivprasad on Apr 03, 2009
This article is the continuation of Crystal and Reporting Services FAQ - Part 1. This FAQ will give you a quick start for two giant reports on Crystal and Reporting Services.
XSD XML based Crystal Report Data Source by Nadeem Abbasi on Apr 01, 2009
This article is intended to illustrate the benefits of using disconnected connection in crystal reports.
Introductions to Crystal Reports in .NET by Mahesh Chand on Nov 14, 2008
There have been many enquiries about Crystal Reports on the site. Here i will show you how to create a simple report using Crystal Reports and Visual Studio .NET.
How to pass SQL query parameters to Crystal Reports using Oracle by Rehan Ahmad Abbasi on Aug 06, 2008
This article shows how to pass SQL query parameters to Crystal Reports using Oracle.
Working with Parameter Fields in Crystal Reports by John Charles Olamendy on Jun 24, 2008
This article is intended to illustrate how to use Parameter Fields in Crystal Reports. Parameter fields enable the creation of reports that could be used in a variety of ways, prompting the user for all kinds of information specifically for record selection and report titles.
Crystal Reports.NET by John Charles Olamendy on Jun 06, 2008
This article is intended to illustrate how to build reports using Crystal Report.NET. Reports are important components of enterprise applications and are mainly used to provide a descriptive and summary view of your data in order to discover information in huge volume of data and make correct decisions. This is the principles of Business Intelligence in enterprise solutions.
Crystal Reports and Reporting Services by John Charles Olamendy on May 22, 2008
This article is intended to illustrate and discuss the development of reports using Crystal Reports (CR) and Reporting Services (RS).
Filter data to display in a crystal report viewer programmatically by Bechir Bejaoui on Dec 10, 2007
This article describes how to filter data to display, export or print programmatically using the selection formula property of the crystal reports viewer control.
Working with Dynamic Parameter Fields in Crystal Report by Saif Rehman on Jul 13, 2007
This article shows the Working with Dynamic Parameter Fields in Crystal Report.
Formatting Dates in Crystal reports by Mahesh Chand on Jun 13, 2007
Formatting a formula with a date value could be tricky in Crystal Reports. This article shows how to format date fields and date formulae in Crystal Reports.
Tip: How to add a Page Header to a Sub Report in Crystal Reports? by Mahesh Chand on May 21, 2007
Sub Reports in Crystal Reports do have report headers but do not support page headers. Wonder why? We can mimic the functionality with the help of a formula and a Group.
How to Export Crystal Report in ASP.NET by chris wong on Jan 31, 2007
When using Crystal Reports in ASP.NET, the CrystalReportViewer control does not have the export or the print buttons like the one in Windows Form. We can still achieve some degree of export and print functionality by writing our own code to handle exporting.
Alternate Row Color in Crystal Report by Suparba Panda on Jan 30, 2007
This article shows how to develop reports with alternating row colors.
Accessing Crystal Report in ASP.NET using C# by Munir Shaikh on Jan 30, 2007
This article is for web-developers who want to access crystal reports in ASP.Net by using multiple tables or views etc. This application might help them and save their development time.
The database DLL 'crdb_adoplus.dll' could not be loaded. by Mahesh Chand on Jan 30, 2007
Failed to load database information. Details: The database DLL 'crdb_adoplus.dll' could not be loaded.
Generating a Report from Multiple Data Sources in Crystal Reports by Mahesh Chand on Jan 30, 2007
If you have to create a report in Crystal Reports from multiple data sources or provide multiple views of the data, you may find sticky situations because CR does not allow you to have multiple Detail sections in a single report.
Tip: How to change the color of Chart Bars in Crystal Reports? by Mahesh Chand on Jan 30, 2007
This tip shows you how to change the color of a chart bars in Crystal Reports.
Tip: How to Export a Crystal Report to a PDF file Programmatically in ASP.NET? by Mahesh Chand on Jan 30, 2007
You can export a Crystal Report to various formats using CrystalReportViewer’s Export option. However, there are occasions when you want your users to see the report direct in PDF format in the browser as soon they click the Report button in your application.
Tip: How to conditionally change the color of a Chart in Crystal Reports? by Mahesh Chand on Jan 30, 2007
This tip shows how to change the color of a Chart in Crystal Reports based on some conditions.
Tip: How to pass Crystal Report Parameters Programmatically? by Mahesh Chand on Nov 13, 2006
This tip shows how to pass a Crystal Report parameters and their values programmatically.
Crystal report with Dynamic Column by Udit Bhanu Singh on Nov 02, 2006
The objective of this article is to provide a process which can be followed to develop a crystal report with dynamic columns using parameterized column fields and formula fields. Before going for this the developer has to decide the maximum number of columns he/she has to display and as per the no. of columns the size of the paper. The developer can define the size of the paper by selecting Printer Setup in File menu.
 1 - 25 of 45 12
Looking for a book on Crystal Reports? Here is our book
Pro ASP.NET 2.0 in C# 2005
Price: US$ 30.00
Our Price: US$ 24.00

Description
The book cover ASP.NET 2.0 as a whole, illustrating both the brand-new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 2.0 application in the best possible style.
Browse more books here»

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Site Map  |  Suggest an Idea  |  Media Kit
Current Version: 5.2009.6.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved