定制水晶报告 [英] Customizing crystal report

查看:81
本文介绍了定制水晶报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是水晶报道的新手。实际上我想动态生成报告。

I'm new to crystal report. Actually i want to generate report dynamically.

我用了两行来显示数据(成功完成。感谢MSDN文章)

I used following two lines to display the data (successfully done. Thanks to MSDN article)

Dim pdt As New CrystalReport1

Dim pdt As New CrystalReport1

CrystalReportViewer1.ReportSource = pdt

CrystalReportViewer1.ReportSource = pdt

我想在每个页面的页面标题中自定义我的报告,如特定标题,日期等。以及名称,每页底部(页脚)的签名

I wouldlike to customize my report like ,specific title,date,etc in Page header for each page. as well as name,signature at the bottom (footer)per page

我已经使用文本对象完成了页眉和页脚。 Pbm是两个细节

I've done header and footer  by using text object. Pbm is both details

没有出现在每个页面中。我不知道怎么做。

are not appearing in every page. i donot know how to do it.

希望它会很简单。

我想限制每页的条目数。意思是如果一个表包含100条记录。我想每页打印25条记录。 (每个页面必须有相同的页眉和页脚信息)

As well as i want to restrict number of entries per page .Meaning that If a table contains 100 records. i want to print 25 records per page. (Each page must have same header and footer info)

任何人都可以指导我这样做吗?

Can anyone guide me to do this?

谢谢!

 

推荐答案

报告修改只能通过RAS完成。

Report modifications can only be done through RAS.

请参阅以下示例:

Root Page

http://wiki.sdn.sap.com/wiki/display/BOBJ/Business+Objects+Home



企业样本(包括托管和非托管ras)

http://wiki.sdn.sap.com/wiki/display/BOBJ/Business + Objects + SDK + Sample + Applications



非企业样品

http://wiki.sdn.sap.com/wiki/ display / BOBJ / Crystal + Reports + SDK + Sample + Applications



导出样本(RAS)

http://wiki.sdn。 sap.com/wiki/display/BOBJ/NET+RAS+SDK+Samples#NETRASSDKSamples-Exporting%2FPrinting

Root Page
http://wiki.sdn.sap.com/wiki/display/BOBJ/Business+Objects+Home

Enterprise Samples (including managed and unmanaged ras)
http://wiki.sdn.sap.com/wiki/display/BOBJ/Business+Objects+SDK+Sample+Applications

Non-Enterprise Samples
http://wiki.sdn.sap.com/wiki/display/BOBJ/Crystal+Reports+SDK+Sample+Applications

Exporting Samples (RAS)
http://wiki.sdn.sap.com/wiki/display/BOBJ/NET+RAS+SDK+Samples#NETRASSDKSamples-Exporting%2FPrinting

Don


这篇关于定制水晶报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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