dear sir!
i m doing working on c# asp.net webform project .i want crystal report client side but without preview using java script can u help out plz.
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.
Sagar Pandurang KapPosted Jan 1, 2018, 12:40 AM
From the page where crystal report is viewed, copy the function or coding from the page
1. Remove the line Where crystal report view is there like
crystalReportViewer.ReportSource = objRpt;
2. instead of this add line :
RptObject.PrintToPrinter(1, false, 0, 0);