Display Record Details in a Table/Grid using Crystal Report

14,226

Right click on the section and then click Section below.

Insert 3 sub section after main detail section

Crystal Report Grid view

try this it will work.

Share:
14,226
armnov
Author by

armnov

Software Engineer.

Updated on July 14, 2022

Comments

  • armnov
    armnov almost 2 years

    I'm currently working with Crystal Report 13 (Visual Studio 2010) with C# and I want to display a record details like below:

    Product Details

    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.

  • armnov
    armnov almost 12 years
    I can't find the option "Insert new line" as you described, what version of Crystal Reports that you have? However I see there's only "Insert Line" option which we can use to draw a line object, when I use this line object and my datas grow, they will overlap the line.
  • armnov
    armnov almost 12 years
    I have tried this way and it works like a charm. Thanks Asif for your great explanation :)