29
.NET Training Muhammad Umer Riaz (3408) Muhammad Saad Hassan (3441) Muhammad Zeshan Bajwa (3409) [HakaThonD] presents:

C# Crystal Reports

Embed Size (px)

Citation preview

Page 1: C# Crystal Reports

.NET Training

Muhammad Umer Riaz (3408) Muhammad Saad Hassan (3441) Muhammad Zeshan Bajwa (3409)

[HakaThonD] presents:

Page 2: C# Crystal Reports

C Sharp Windows Application

Course contents

• How to connect Sql database with C# Windows application.

• How to Generate Crystal Reports in C# Application Using Sap crystal Report.

Page 3: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

Our Project Name Is HakaThon Registration System…

Page 4: C# Crystal Reports

Connection of Sql with C#

Page 5: C# Crystal Reports

C Sharp Windows Application

Overview: Connect Sql with C#?

First of all create database into Sql server 2012 or 2008

Page 6: C# Crystal Reports

C sharp Windows Application

Overview: Connect Sql with C#

Create a Project in Visual Studio Using c#

Page 7: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

When Project Created Then Main screen will show like above

Page 8: C# Crystal Reports

Choose between Access and Excel

Overview: Connect Sql With C#

Click on Tools on the top of VS and then click on Connect to Database

Page 9: C# Crystal Reports

C Sharp Windows Application

Overview: Connect Sql with C#

First Select Server Name. Select database name. Click on test

connection button the succeeded will message show

Page 10: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with c#

Main window of our Application

Page 11: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

Double Click on window form then Coding area will be show

Page 12: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

Add this library in your project

Add Connection String in Project

Now C# project is integrate with Sql Database

Page 13: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

Coding Behind Login Button

Page 14: C# Crystal Reports

Choose between Access and Excel

Overview: Connect Sql with C#

Coding Behind Cancel Button

If you press cancel button then application will close

Page 15: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

When Admin Successfully login then Registration form will open

Page 16: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

When Admin press Logout Button then admin go to Login window

Page 17: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

Coding behind Save button

Page 18: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql With C#

If you want search data from Sql Database click on search buttonAnd new window will open

Page 19: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#

All registered users will show in combo box that fetchdata from Sql combo Box show users cnic numbers.

Click on target user’s cnic number data show in textboxes.

Page 20: C# Crystal Reports

C Sharp windows Application

Overview: Connect Sql with C#Coding behind combo box

Page 21: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Generate Crystal Report

Page 22: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Add these libraries in your project for generating crystal report

using CrystalDecisions.ReportSource;using CrystalDecisions.CrystalReports.Engine;using System.Collections;

Page 23: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Add Service-based-Database in your Project

Page 24: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Add Crystal Report

Page 25: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Add Crystal Report Viewer from tool Box

Page 26: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

Coding behind Report Button

Page 27: C# Crystal Reports

C Sharp windows Application

Overview: Generate Crystal Report

After search the user data if you want a report of data thenClick on Get report button report will show in report viewer.

Page 28: C# Crystal Reports
Page 29: C# Crystal Reports

Thanks..!