如何在水晶报表中显示每列的n条记录 [英] how to display n records per column in crystal report

查看:190
本文介绍了如何在水晶报表中显示每列的n条记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在VS 2010中设计了一个Crystal报表,结果集可能显示每行20行,如

  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.R ow20

任何人都可以帮助如何在我的报告中实现这种设计

编辑

我已经尝试了 c>选项,但是结果集显示在一行中,如

  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

不分开。请注意,除了

 以外还有其他需要说明的内容  

注意:另外我不能在详细信息视图的布局选项卡中指定高度,因为它被禁用。试试这个:
在Section Expert中选择Details,然后勾选$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ b列框。顶部将添加名称为布局的新选项卡。选择
选项卡。在那里你指定宽度,水平&纵向差距,然后根据您的需要选择
横跨然后下或下横然后。



希望有帮助,

Chris


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.

解决方案

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

这篇关于如何在水晶报表中显示每列的n条记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆