I assume you mean the default printer. I'm not sure can do this, what are trying accomplish?
And why not just use Printer Selections?
/Claus Lundstrøm
Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
I need to send invoices as individual prints:
One invoice = one print = one call of invoice report
In order to do that I call the invoice-report with only the first invoice, and showrequest page = on
thereby capturing the parameters + the user selected printer.
After that I want to call the invoice-report for each invoice with showrequest page = off
thus using the parameters + user selected printer from before.
I have no problems handling the parameters,
It’s the user selected printer that is causing trouble.
Comments
And why not just use Printer Selections?
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
I need to send invoices as individual prints:
One invoice = one print = one call of invoice report
In order to do that I call the invoice-report with only the first invoice, and showrequest page = on
thereby capturing the parameters + the user selected printer.
After that I want to call the invoice-report for each invoice with showrequest page = off
thus using the parameters + user selected printer from before.
I have no problems handling the parameters,
It’s the user selected printer that is causing trouble.