---
title: "Creating Crystal Report in C#.Net"  
description: "Here I am trying to explain you how to create Crystal Report in .net using Visual Studio 2010  Step 1: Open Visual Studio and create new project by cl"  
author: "Anonymous User"  
published: 2011-08-07  
updated: 2020-03-04  
canonical: https://www.mindstick.com/articles/597/creating-crystal-report-in-c-sharp-dot-net  
category: "crystal report"  
tags: ["crystal report"]  
reading_time: 2 minutes  

---

# Creating Crystal Report in C#.Net

Here I [am trying](https://answers.mindstick.com/qa/36834/which-two-programming-languages-should-i-master-in-if-i-am-trying-to-get-into-google-or-facebook) to [explain](https://www.mindstick.com/forum/159699/what-is-a-compilation-error-in-dot-net-core-explain-with-an-example) you how to create [Crystal Report](https://www.mindstick.com/articles/930/crystal-report-in-visual-studio-2010) in .net using [Visual Studio](https://www.mindstick.com/articles/12378/visual-studio-for-mac-is-out-of-beta-preview-now-officially-available) 2010\

Step 1: Open Visual Studio and create new [project](https://yourviews.mindstick.com/story/1788/things-to-ensure-your-construction-project-is-successful) by clicking File->New->Project.

Step 2: Right click on project name and click Add->New Item… in Solution Explorer.

![Creating Crystal Report in C#.Net](https://www.mindstick.com/mindstickarticle/debc8ff7-ba0e-489c-9ebe-10dcefbef5a7/images/1970c1f7-88eb-4361-913d-e9a2cf5af2bf.png)

Add Crystal Report in your application by clicking button ‘Add’

![Creating Crystal Report in C#.Net](https://www.mindstick.com/mindstickarticle/debc8ff7-ba0e-489c-9ebe-10dcefbef5a7/images/6a044776-0917-46c6-8ce1-1ed517b1d098.png)

Step 3: Now Crystal Report [Gallery](https://answers.mindstick.com/qa/31021/how-do-i-style-a-gallery-wall) is appearing where you can [select](https://www.mindstick.com/forum/34066/use-select-operator-in-linq) types of Crystal Report.

![Creating Crystal Report in C#.Net](https://www.mindstick.com/mindstickarticle/debc8ff7-ba0e-489c-9ebe-10dcefbef5a7/images/758dd08b-d514-43c4-8f4f-b731a0d0b794.png)

In ‘Crystal Report Gallery’ you can see that Crystal Report can be created with three different types. Those are…

**Using Report Wizard**: Report Wizards guides you through the report creation process and adds your choices to the Crystal Report Designer. You can use Report Wizards when you want to select report data in tabular or matrix form. When you select ‘Using the Report wizard’ then following Reports Expert will be highlighted. Here Report Expert is nothing but a predefined format to display data on report.

1. ‘Using the Report Wizard’ with ‘Standard’ Report Expert
2. ‘Using the Report Wizard’ with ‘Cross-Tab’ Report Expert
3. ‘Using the Report Wizard’ with ‘Mail Label’ Report Expert

**AS a Blank Report:** When you select ‘As a Blank Report’ then it opens Report Designer which has no information about data or layout. You can choose a blank report when you want to have a full control on the layout and data of the report.

**From an Existing Report**:When “from an Existing Report” option is selected, then new report created will have the same layout as the selected one.

Now you can choose any of the above option to create your report.

---

Original Source: https://www.mindstick.com/articles/597/creating-crystal-report-in-c-sharp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
