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.
Hi Georgi,
Thanks for your answer.
Unfortunately these options are not feasible for me.
I need to use the weekly style print and just decreasing the font every time doesn't seem like a solution.
Isn't there any option to put in three points(...) at the end of the visible appointments?
If you need any additional assistance don’t hesitate to write us
Ziv Tatian said: Isn't there any option to put in three points(...) at the end of the visible appointments?
Yes, it is possible if you are using CreationFilter of your ultraSchedulePrintDocument1.
Let me know if you have any questions.