Display Record Details in a Table/Grid using Crystal Report
.net, c#, crystal-reports, visual-studio-2010
Solution
Right click on the section and then click Section below.
Insert 3 sub section after main detail section
try this it will work.
Problem
I'm currently working with Crystal Report 13 (Visual Studio 2010) with C# and I want to display a record details like below: I want each data to grow automatically so I set the property 'Can Grow' to True. The problem is they're overlapping each other. Preferably, I want to display the data in a table/grid if possible as this can't be achieved by using Line Object.