Nag
Nag

Reputation: 509

How to design if the crystal report contains so many fields in details section?in winforms?

I designed an winforms application i got the data from back-end and also displayed that data in crystal report everything is fine but my table contains nearly 35 fields then i will select all my fields then crystal report is not shown the data clearly something like if an id is there in that column it will display # sign like that.

If the column contains name ex: Anil it shows an only like that. I know the report contains more fields that's why it shown like that.

If i select only 5 fields in my report then report shown nice. But if the fields more then how to arrange so many fields in details section? I am new to crystal report Please give your suggestion/advice thanks.

Upvotes: 0

Views: 716

Answers (1)

Siva
Siva

Reputation: 9101

You need to increase the size of the report to accomodate all fields in detail section.

Go to File ---> Page Setup ---> remove default values and provide your values.

This will increase the report space and you can place the fields as required.

Regarding # issue... since there is no sufficient space number will be displayed as ####.

Upvotes: 1

Related Questions