Click here to Skip to main content
16,011,988 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello everyone,
I'm new to crystal reports. I'm creating a bill report for clothing store application.
I'm having data like

prodID prodName qty rate amount salesmanID
101      saree            1   500   500   5
108      Legging       1   500   500   7

I want to display report as

prodID prodName qty rate amount

101      saree            1   500   500
108      Legging       1   500   500
sid : 5   7

How do I achieve this?

What I have tried:

I dont have any idea how to do this
can anyone help and explain How to do this...
Thanks in advance...
Posted
Updated 11-Oct-16 6:55am

1 solution

In CrystalReport, there is an option to do this.
-- Go to the Section Expert of Details section
-- Select Format with multiple columns
-- also check Keep together
-- you can also set the width manually but Keep Together option should do the trick for you

Please let me know, if doesn't work.

Thanks :)
 
Share this answer
 
v2

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