Search code examples
crystal-reportsrdlc

RDLC Crystal Report Set Column Group Result Vertical


I can't find any help online with my problem maybe due to that I don't know the exact keywords to use but hear me out.

Here is the screen shot of my report format...

enter image description here

The actual report result appears like this...

enter image description here

The next item appears beside (right side) the first result. I want it to appear below instead like this...

enter image description here

How do I achieve this? Just comment any additional information that is needed.

BTW, I am using visual studio 2013 (Seems like it matters).

UPDATE:

This is the report format that I want to copy. The headers are not important just the body of the report. Thanks!

enter image description here


Solution

  • Finally found out what's wrong. I removed the column groupings and added only a parent row group. Then I added all needed rows and columns inside the group. It was fairly easy once I found out the problem.

    Here's the output of my report.

    Thanks guys!

    enter image description here