how to split DETAILS row verticaly in Crystal Reports

前端 未结 2 1087
离开以前
离开以前 2021-01-21 07:51

I am trying to prepare a Crystal Report document. I have to split the document into two vertical panes. My document has 20 lines(10 on left pane,10 on right pane) to print like

2条回答
  •  死守一世寂寞
    2021-01-21 08:08

    In the section expert, under details there should be an option for "Format with Multiple Columns".

    This will then make a 3rd "Layout" tab available as below, if you play around here you should be able to get the desired output.

    EDIT

    Another way is to duplicate the details section and underlay them. So records < 10 go on the original section, records >10 go on the underlayed section, messy but effective.

提交回复
热议问题