C# Crystal Reports sample databse
For generating Crystal Reports from C# , we need to connect a database and some tables with data. In the following section you can see how to create a sample Database and Tables and the data for running of the following Crystal Reports - C# Tutorial . All examples in the CSharp Crystal Reports Tutorial is based on the following database .
First we have to create a database named it as "crystaldb"
In the crystaldb database , create three tables
- OrderMaster
- OrderDetails
- Product
- OrderMaster_id
- OrderMaster_date
- OrderMaster_customer
- OrderMaster_createduser
- OrderDetails_id
- OrderDetails_masterid
- OrderDetails_productid
- OrderDetails_qty
- Product_id
- Product_name
- Product_price
The following picture shows the relation of tables in crystaldb database :
SQL command for creating tables are follows :
Enter some data to the tables :
From the following pictures you can see some data in the table for C# - Crystal Reports tutorial
Order Master Table Data
Order Details Table Data
Product Table Data
- C# Crystal Reports step by step
- C# Crystal Reports from multiple tables
- C# Crystal Reports String parameter
- C# Crystal Reports Integer parameter
- C# Crystal Reports Date parameter
- C# Crystal Reports Dynamic Logon parameters
- C# Crystal Reports Formula Field
- C# Crystal Reports Summary Field
- C# Crystal Reports Export to Pdf
- C# Crystal Reports Export to Excel
- Email Crystal Reports from C# Application
- C# Crystal Reports without database
- C# Crystal Reports from SQL Query
- Dynamic Crystal Reports from C# Application
- C# Crystal Reports from XML
- C# Crystal Reports - sub reports
- C# Crystal Reports - on demand sub reports
- C# Crystal Reports - Date to Date
- How to print Crystal Reports in C#
- How to deploy Crystal Report
- How to Crystal Report Merge Module