本文介绍了在报告中,我希望所有页面分别打印6页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的报告中有6页,当我查看报告时,报告单独查看6页(这里没问题)但是当我打印报告时只有最后一页,即只打印第6页..我想要所有页面分别打印6页...如何编码?请帮助我
以下是我在javascript中使用的代码:
there are 6 pages in my report and when i view report,report is viewed seperately in 6 pages(no problem here) but when i print that report only that last page i.e. only that 6th page is printed..i want all pages to be printed seperately in 6 pages...how to code?please help me
the following is the code i used in javascript:
<input style="Z-INDEX: 111; LEFT: 737px; WIDTH: 53px; POSITION: absolute; TOP: 18px; HEIGHT: 19px; "
önclick="javascript:window.print();" type="button" value="Print" id="Button9"/>
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
AutoDataBind="true" DisplayGroupTree="False" DisplayToolbar="False"
HasCrystalLogo="False" HasDrillUpButton="False" HasExportButton="False"
HasGotoPageButton="False" HasSearchButton="False"
HasToggleGroupTreeButton="False" HasViewList="False"
HasZoomFactorList="False"/>
推荐答案
这篇关于在报告中,我希望所有页面分别打印6页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!