Hi
I tried to print the win grid including the image background
however, when i tried to print,
A. the background image is resized based on the margin and
B. the last grid cell (most right and most bottom) is not displayed.
C. it's print 4 pages (???)
pic 1 : top --> how it looks like on screen
pic 2 : middle -->
ultraPrintPreviewDialog:Document:DefaultPageSettings:Landscape = TRUE.
WAIT-FOR ultraPrintPreviewDialog:ShowDialog().
pic 3 : bottom -->
ultraPrintPreviewDialog:Document:DefaultPageSettings:Landscape = TRUE. ultraPrintPreviewDialog:Document:DefaultPageSettings:Margins:Left = 0. ultraPrintPreviewDialog:Document:DefaultPageSettings:Margins:Right = 0. ultraPrintPreviewDialog:Document:PrinterSettings:FromPage = 1. ultraPrintPreviewDialog:Document:PrinterSettings:ToPage = 1. ultraPrintPreviewDialog:Document:PrinterSettings:PrintRange = System.Drawing.Printing.PrintRange:SomePages. WAIT-FOR ultraPrintPreviewDialog:ShowDialog().
how can i fix the :
A. full displayed background image
B. Full displayed grid cell
C. it's fix the FromPage-ToPage settings, but why this happened ?
Thanks so much
Hi Georgi and All,
The problem has been solved : just need to adjust grid size at the beginning, to have little bigger than the image background.
Not just fit, but slightly bigger little bit and all good !
Thanks.
note: now just need to fix exported grid in other thread :-)
Hi Georgi
That Thread is for Export to File or Save to File.
and this Thread is for Print directly to printer using : ultraPrintPreviewDialog or ultraGridPrintDocument
Thanks
Hello hermanw
I suppose that this thread is duplicate with http://es.infragistics.com/community/forums/t/72624.aspx . Please take a look there and let me know if you have any questions.
Regards