Hi,
I'm trying to print an UltraWeekView using UltraSchedulePrintDocument. All works well, but when there are too many appointments for a specific day - they aren't being shown on the generated document.
Is there a way to solve this issue?
Thanks,
Ziv.
Hello Ziv,
The mentioned behavior is expected and it is depend of your current settings and number of Appointments. If you have many appointments, the space is not enough to show all appointments. To solve this task you have few possible options.
Option 1: You could change the FontSize using the property ultraSchedulePrintDocument1.Appearance.FontData.SizeInPoints
Option 2: You could change the settings of your PrintStyle. For example:
ultraSchedulePrintDocument1.PrintStyle = Infragistics.Win.UltraWinSchedule.SchedulePrintStyle.Memo;
Please let me know if you have any questions.
Regards
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.