Search code examples
.netcrystal-reportsreportrecords

Crystal report showing records in one line


I have three records in my table and I want to display those records in one line and on one page.

I will only ever have three records as my SQL command restricts the dataset to three records.

How can I fit these three records on one page on a single line using Crystal Reports?


Solution

  • In the Section Expert go to the Details section, Common and tick Format with multiple columns.

    Details Section - Common

    A new tab appears- Layout. From this tab you need to define the size and behaviour (across then down or down then across).

    Details Section - Layout

    Save your changes and you should then see something along the lines of this in the Designer.

    Designer View - Multiple Column Layout