Accessing client side printer for crystal report printing

  • Thread starter prashant kumar srivastava
  • Start date
P

prashant kumar srivastava

Hi all ,

My web application is running on server and when i want to print the crystal
report in my application,it prints on the default printer which is installed
on the server (LAN printer ), but i want to print through printer which is
installed locally on my PC.



Thanks in advance

Prashant
 
M

Mark Rae [MVP]

My web application is running on server and when i want to print the
crystal
report in my application,it prints on the default printer which is
installed
on the server (LAN printer ), but i want to print through printer which
is
installed locally on my PC.

You can't do this natively because of security reasons - ASP.NET has no
direct access to any client-side hardware...
 
S

Sam K

Check out Business Objects web site. They have examples on how to do this.
Not the easiest thing to do in Crystal, but I have gotten this to work...
ActiveReports is much easier to do asp.net client site printing...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top