Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
595
Printing UltraWeekView using UltraSchedulePrintDocument won't show all appointments
posted

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.

Parents
No Data
Reply
  • 53790
    posted

    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

     

Children