Hello
Thanks for your reply but this doesn't work
Let me put it this way , my asp.net application can see all the
printers that are added in my web server
but it is not able to print on those printers which are shared over
the network.

This is definitely concerning with asp.net security issue where it is
not able to use the system resources. But i do not know what is
happening in the core.

Please point out if there are any additional configurations that needs
to be done on my web server.


Vatsa










On 9 Feb., 21:59, "[email protected]" <[email protected]>
wrote:
> Try to set specific printer to report object
> i.e.
> cr.PrintOptions.PrinterName=Your Printer Name
>
> On Feb 9, 7:28 pm, srivatsahg <[email protected]> wrote:
>
> > Hello
>
> > Im facing an issue over printing in asp.net / crystal reports
>
> > The asp.net webpage which has the crystal method of PrintToPrinter()
> > is not able to print on the network printers that are connected to my
> > web server. Whenever i give print it always prints on the default
> > printer connected to the web server and not to the one to which i
> > intend to.
>
> > Anyone has any idea is this an issue of registry settings on the web
> > server / is there any setting i have to do in crystal reports ??
>
> > CrystalReports version 10.2.0.3600 (The version thats ships alongwith
> > the Visual Studio .NET 2005)
> > .NET Framework version 2.0.5072
>
> > Regards
> > Srivatsa

Reply via email to