0% found this document useful (0 votes)
12 views13 pages

C# Chapter 6

The document provides a step-by-step guide for creating Crystal Reports using Visual C#. It outlines the process of setting up a report from a database, including adding a Crystal Report to a Windows form application and linking databases. Additionally, it highlights the compatibility of Crystal Reports with popular development environments and SQL Server.

Uploaded by

Salman Sead
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views13 pages

C# Chapter 6

The document provides a step-by-step guide for creating Crystal Reports using Visual C#. It outlines the process of setting up a report from a database, including adding a Crystal Report to a Windows form application and linking databases. Additionally, it highlights the compatibility of Crystal Reports with popular development environments and SQL Server.

Uploaded by

Salman Sead
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 13

Programming with Visual C#

Chapter 6

Crystal Reports
Crystal Report
 Crystal Report is a Reporting application that can
generate reports from various Data Sources .
 We can Create Reports , Print and Print Preview
of reports from Crystal Reports .
 Crystal Reports are compatible with most popular
development environments like Visual C# etc. and
SQL Server also .
Developing Crystal
Report from
a database
 Step 1 Open Visual Studio.
Create a new windows form application.
Add a Crystal Report to that form.
Step 2 : Then Use a standard report style for your
crystal report document and click

.
click
Step 4
 Then add the server name.
 And Add the already created or create a new database and
select it.
 And check integrated security check box and click .
Ste
p5
 Then this appears….
 Click this to add the table to your report document and then .
click
Step 6
Then insert text to the report header.

 After this, drag and drop required fields from the table that appears on the field
explorer, to the details column of the report.

 After this press ctrl+S to save your crystal


Report.
Step 7
 Then Go to windows form and click on toolbox:
 Reporting CrystalReportViewer and drag and drop it to the form.
 Then by clicking this choose the crystal report you want to display on the
form.
Step 8
 Then click on start…..
 Then The report corresponding to the selected Database
appears.
Crystal Report
Guidelines…..
  These Steps shows
how to simply create a
crystal report from a
database.
  We can link two or

more databases and


also show relations
between them and
then display them on
Thank you

You might also like