This there a way to access the PrintDocument of an UltraGrid like the one that exist on the UltraChart? Like the property UltraChart.PrintDocument
I'm trying to PrintPreview an UltraGrid and an UltraChart on Pave1 and Page2
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Thanks for the quick reply.
I already new about the MultiPrintDocument class. UltraGridPrintDocument was what I was looking for.
Now how do I specify a UltraGridLayout to the Print/Preview? UltraGrid.PrintPreview accepts a UltraGridLayout as a parameter, how do I specify GridLayout with UltraGridPtintDocument?