Hai.
BrianBischof
I need to print crystal report through net work printer.
I'm using PrintToPrinter(int ncopies,boo collated,int startpage,int endpage) method to print.
I guss problem is with printers name.
But here is a sample.
PrintOption printoption = reportDoc.PrintOptions;
reportDoc.PrintToprint(1,false,0,0)
The error : The RPC server is unavailable
May be there is something I'm doing wrong some where because the code is working fine on the local mechine.
You input will be highly appreciated.