本文介绍了使用Crystal Reports水平显示文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用Crystal report和asp.net.
我正在显示公司名称,联系方式和所选公司的地址(来自gridview).


目前,我可以在报表下方显示详细信息,如下所示,
例如.
地址1
地址2
地址3 ...
但通过这页我的一半页面(50%)仍然是空白.
因此,我希望地址像
一样水平显示
地址1地址2
地址3地址4
地址5地址6

我已经尝试过科专家>多列格式,但我无法获得任何输出.

谁能建议我这个.

谢谢

Hi all,

I am working with Crystal report and asp.net.
I am displaying company name, contact details and address of selected company(from gridview).


Currently i am able to display report with the details one below another, like below,
eg.
Address1
Address2
Address3 ...
but through this my half of the page (50%) remaining blank.
Hence, i want address to be displayed horizontally like

Address1 Address2
Address3 Address4
Address5 Address6

I have tried with Section Expert > Format with Multiple Column but i am unable to get any output.

Can anyone suggest me on this.

Thanks

推荐答案


这篇关于使用Crystal Reports水平显示文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 15:19