如何在一个水晶报表上显示拖曳记录? [英] How can show tow record on the one crystal report?

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

问题描述

请告诉我如何在一个水晶报表上显示多于一个的记录,例如下面的例子

如果数据库下面有两个行

please kindly tell me how can show more then one record on one crystal report as examples bellow

if there is a database tow rows below

name      class        fees
ali       10th          100
john      9th           80


并在水晶报告中


and in crystal report

Name    ali                                  Name     john
Class   10th                                 Class    9th
Fees     100                                 Fees      80


请帮我显示上述示例,请帮帮我


please kindly i want to show as above examples please help me

推荐答案

搜索数据透视或交叉报告

http://www.c-sharpcorner.com/UploadFile/uditsingh/CR1111022006055359AM/CR11.aspx [ ^ ]
Search Pivot or Cross reporting

http://www.c-sharpcorner.com/UploadFile/uditsingh/CR1111022006055359AM/CR11.aspx[^]


您可以在为Crystal报表创建连接时尝试使用group by子句,并在report
中按以下方式使用

[名称] [dbfild]
[Class] [dbfild]
[费用] [dbfild]

在报告详细信息部分中

祝你好运........
you may try using group by clause when creating connection for crystal report and use like below in report


[Name][dbfild]
[Class ][dbfild]
[Fees ][dbfild]

in report details section

Best of luck........


使用子报表

您可以从网上学习.
Use subreports

You can learn about from the net.


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

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