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
125
Display the calendar with appointsment for print preview
posted

Hello,

Whenever the user clicks a print button on my form, I want to show the user a print preview dialog showing all the appointments for a given day.


Whenever I use the ultraPrintPreviewDialog class and set its document property to an ultraSchedulePrintDocument, the appointments on the print preview dialog show the appointment start and end time before the appointment subject which is not how it is displayed on the calendar.

Also, the Time Intervals on the calendar is set to 10 minutes, whereas it is displayed as 20 minute time intervals on the print preview. This is not desirable.

 Does anyone have any suggestions that I can try to correct this problem?

Greg