Showing posts with label CrsytalReportViewer Print Problem. Show all posts
Showing posts with label CrsytalReportViewer Print Problem. Show all posts

Wednesday, September 30, 2009

Unable to print in CrystalReport Viewer in ASP.Net

This is due to the web page consists of AJAX update panel issue. If the CrystalReport Viewer inside the update panel then the print button when click unable to print. To resolve put the CrystalReportViewer outside of the update Panel or else set trigger PostBack to the contentPlaceHolder for example.