cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

No Print Data

Former Member
0 Likes
257

Hi

1. I have crystal Report with asp.net binded. what my requirment is i have lot of data in crystal report.

if user select next in toolbar it posk and came again.. here i dont need the post back.. if he/she click next button in toolbar

the nextpage will come without postback.

help me to solve thisss.

2) I have 500 pages in crystal report where user need to print 456 page directly to printer and another user need's to print 334 page.so on based on user...

after clicking print button in toolbar of crystal Report viewer it again comes pop and goes to pdf and where we need to search so i need to avoid this.

help me to achieve this.

View Entire Topic
Adam_Stone1
Product and Topic Expert
Product and Topic Expert
0 Likes

1. Any of the buttons on the viewer will cause a postback, there is no way around this.

2. I suspect that the printmode on the crystalreportviewer is set to PDF, you would want to change this to activex in order to print directly from the viewer instead of going to PDF.