how to display n records per column in crystal report

…衆ロ難τιáo~ 提交于 2020-01-16 03:29:45

问题


I am designing a Crystal report in VS 2010 in that report the result set may Display 20 Rows per column like

         1.Row1
         2.Row2
         3.Row3
         4.Row4
         5.Row5
         6.Row6
         7.Row7
         8.Row8
         9.Row9
         10.Row10
         11.Row11
         12.Row12
         13.Row13
         14.Row14
         15.Row15
         16.Row16
         17.Row17
         18.Row18
         19.Row19
         20.Row20

but I want to display as 10 records Per column like,

         1.Row1   11.Row11
         2.Row2   12.Row12
         3.Row3   13.Row13
         4.Row4   14.Row14
         5.Row5   15.Row15
         6.Row6   16.Row16
         7.Row7   17.Row17
         8.Row8   18.Row18
         9.Row9   19.Row19
         10.Row10 20.Row20

Can anybody help How to achieve this kind of design in my report

Edit

I had tried the Format with Multiple Column option in the details section of the report.But the result set is Displaying in one line like

         1.Row1
         2.Row2
         3.Row3
         4.Row4
         5.Row5
         6.Row6
         7.Row7
         8.Row8
         9.Row9
         10.Row10
         11.Row11
         12.Row12
         13.Row13
         14.Row14
         15.Row15
         16.Row16
         17.Row17
         18.Row18
         19.Row19
         20.Row20

not separately. Kindly any one tell what still needed other than

Format with Multiple columns

Note:Also I cant Specify height in the Layout Tab of details view as it is disabled.


回答1:


Try this: In "Section Expert" go to "Details" and check the "Format with Multiple Columns" box. A new tab by name "Layout" will be added on the top. Select that tab. There you specify the Width , Horizontal & Vertical Gap and than select "Across then Down" or "Down then Across" as per your need.

Hope that helps,

Chris



来源:https://stackoverflow.com/questions/19560941/how-to-display-n-records-per-column-in-crystal-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!