I have an UltraGridPrintDocument that points to my UltraGrid- I then set it as the document in an UltraPrintPreviewDialog.
Using the advice from Andrew in a previous post, I tried to set the document's orientation to landscape, followed by InvalidatePreview:
ugrdPrintFundAccount.DefaultPageSettings.Landscape = True
uPrintPrevFundAccount.InvalidatePreview()
uPrintPrevFundAccount.ShowDialog()
Hello,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.