Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new in crystal report,and can able to create crystal report with single column.
I want to create crystal report with multiple column.
I have written stored procedure which give output two colums(id,name),i have also created dataset with 2 colums(id,name).but my report shows only one column of id and its value.It can not show name.I am not able to understood what is problem? plz help.
Posted

Please refer:

This is a sample that guides you to create reports with Crystal Reports using C# Datasets, which is the best and the easiest way to create reports:
Creating Crystal Reports using C# with Datasets[^]

This article shows how to dynamically load data from a database and application into the Crystal Report:
Dynamic Crystal Report with C#[^]

This is a sample that guides you to create reports with Crystal Reports using C# and MySQL RDBMS:
How to Create a Crystal Report using C# and MySQL[^]

Create Crystal Report In C#[^]
Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]
 
Share this answer
 
I think you didn't update the report. Open your report & choose the option Verify database & do changes accordingly. Also make sure the stored procedure returns values. FYI

Using Stored Procedures to Create Crystal Reports[^]
Loading Crystal Report reports which use Stored Proc in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900