All the different report styles (Daily, Memo, CalendarDefails, ...) for the ultraSchedulePrintDocument default to the landscape orientation. Can I change them in code to print as portrait by default? I can see in the Print Preview dialog that a user can change it manually, but I'd like to the print preview to open as Portrait without the user having to change it everytime.
Thanks!
Hello,
You can do this by setting UltraSchedulePrintDocument.DefaultPageSettings.Landscape property to false before opening the dialog.