Link to home
Start Free TrialLog in
Avatar of emi_sastra
emi_sastra

asked on

Setup printer using VB NET Before Printing to CR11

Hi,

I want the user to be able to change printer and paper size and its property before print to CR11.

How to do it?

Thank you.
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Use the ReportDocument.PrintOptions property. Here are the details

http://msdn.microsoft.com/en-us/library/ms225952(VS.80).aspx
Avatar of emi_sastra
emi_sastra

ASKER

Hi CodeCruiser,

Thanks for the link, but it needs a lot time to do the code.

Is there any simple sample that works?

Thank you.
Here is a link to a sample application.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi CodeCruise,

I try it later.

Thank you very much for your help.