Hi All,
Is there any option to show print dialog box in print preview ?
Purpose : I want to show the print dialog to select the printer name for installed printer in the system and want to change the page settings and paper size etc (the options provided in print dialog box)
Thanks in advance...
I imagine you mean the Page Setup dialog. You can't show this from the preview dialog, because changing the page settings would change the preview and the whole thing would have to be regenerated. So you need to show the page setup first. I think this KB article will help you:
HOWTO:UltraWinGrid Printing Grid Content
Yes Mike,
Using ultraPrintPreviewDialog and ultraGridPrintDocument controls i done it.
One two more things,
1: I want to show an image in the header. I am trying with the below code
but i am not getting any error message and image in header also.
2: In the footer the page number is display like Page 1 (with use of below code).
e.DefaultLogicalPageLayoutInfo.PageFooter = "Page <#>.";
I want this like Page 1 of n or 1/n, is there any option ?
Could you / anyone please suggest on this !
Thanks again in advance !!!