1
我在該報告中設計的Crystal報表VS 2010中的結果集可顯示每列20行像如何在水晶報表顯示每列n個記錄
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
,但我想顯示的10條記錄每列一樣,
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
任何人可以幫助如何實現這種設計在我的報告
編輯
我曾試圖在report.But的細節部分的Format with Multiple Column
選項結果集在一行顯示像
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
未單獨。請任何一個可以告訴什麼還需要其他比
Format with Multiple columns
注:我也不能在細節的Layout
選項卡指定高度視圖,因爲它是禁用的。