Crystal Reports c#Windows应用程序中的自定义分页符 [英] Custom Page break in crystal Reports c# Windows Application

查看:98
本文介绍了Crystal Reports c#Windows应用程序中的自定义分页符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

In my C# .Net windows application I have to implement an Invoice, bill, report for a hotel management system. My issue here is that I don't know how to put page breaks in crystal report depending upon the number of items in the data source. Now am using "New page after " formula as below

    If​Remainder (RecordNumber, 5) = 0 then true else false

And​ it's ​working fine.. Now​ in my printer am using the Roll​Paper​ to print​ the invoice. And​ Here , if the table consists​ of 3 items, the printer will take a whole paper​(if the paper is A4).I need the printer to stop printing depending upon the number of items in the data source So we can avoid wastage of paper.. hHow​can I​ solve this?

推荐答案

检查这个

Roll Prit in crystalreport [ ^ ]


这篇关于Crystal Reports c#Windows应用程序中的自定义分页符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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