Reputation: 1906
Hi I am designing a report using Crystal Report in VS 2010 C# to show students details.
I have designed the Crystal Report like below.
and my actual database table data is
but I am getting output is
What will be the problem?
Upvotes: 1
Views: 2452
Reputation: 181
Ashok as per your question information there might not be any error in your coding but might have error in Cristal report or Application setting.
Check your both that applications and try again.
Upvotes: 1
Reputation: 14460
It’s not quite clear what the issue you have at the moment. But based on your comments there are few areas that I think can be gone wrong.
######
is definitely because of not enough space been allocated Hope this helps
Upvotes: 1
Reputation: 2750
You see the "######" because the field itself is not big enough to display the data. There are two ways you can solve this:
Upvotes: 0