on clicking print button in report eg:3pages need to be printed and on clicking print 3 pages are printed (print side no problem) but in viewing report page all 3 pages are viewed in a single page but i want to display in 3 seperate pages and next button also not working in report..how to code please any help me.
style="Z-INDEX: 111; LEFT: 737px; WIDTH: 53px; POSITION: absolute; TOP: 18px;HEIGHT: 19px; "onclick="javascript:window.print();" type="button" value="Print" id="Button9"/>
Width="1080px" DisplayGroupTree="False" DisplayToolbar="False"
EnableDrillDown="False" ShowAllPageIds="True" SeparatePages="False" />
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
deepa ashwiPosted Jul 17, 2013, 3:38 AM
Iftikar HussainPosted Jul 17, 2013, 3:26 AM
As I have mentioned earlier, there is a limitation for printing Crystal Report in client side. Since if you want to print all pages together then the report also will display all the pages in a single page due to this setting SeparatePages="False".
Regards,
Iftikar