Hi
I see many threads regarding printing but they all seem to use the UltraPrintPreviewDialog
I dont really need a preview before printing. all I want is to open a print dialog where the printer name and other printing properties can be selected like number of copies and orientation and then print my report according to the properties that where selected.
report only receives a printer name , so that is not enough , I want orientation and other printer properties to be set as well.
thanks.
There are a few properties related to printing on the report.Preferences.Printing property. Other than that I am not aware of a way to set additional printing properties outside of opening the report through a PDF reader and printing that way. If you would like more control over the printing process, such as providing your own PrintDocument, you could submit a feature request through Developer Support.
-Matt
Thanks.