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

问题描述

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

如果数据库下面有两个行

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

推荐答案




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

10-27 15:59