Crystal Report print functionlity doesn't work after deployment?

Posted by Ahmed on Stack Overflow See other posts from Stack Overflow or by Ahmed
Published on 2010-06-06T07:35:55Z Indexed on 2010/06/06 7:42 UTC
Read the original article Hit count: 249

I'm using crystal reports to build reports, everything is ok while development.
But after deployment of website, print functionality doesn't work.

I use _rptDocument.PrintToPrinter(1, false, 0, 0); to print report.

I've tried two methods to deploy website

  1. Normal Publish option.
  2. Web Deployment Project.

But I got the same output, print functionality doesn't work.
Also, I tried to set default printer, this also doesn't work.

Any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2008