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
275
ultraSchedulePrintDocument Problem
posted

Hello All,

I am facing a problem while using ultraSchedulePrintDocument control, whenever I set

ultraSchedulePrintDocument.PrintStyle = SchedulePrintStyle.Daily

I am unable to read the text on appointments i created but it's working fine on other options i.e.

ultraSchedulePrintDocument.PrintStyle = SchedulePrintStyle.Weekly and

ultraSchedulePrintDocument.PrintStyle = SchedulePrintStyle.Monthly

can anyone please tell me why the control is behaving this way.

Parents
No Data
Reply
  • 95
    posted

    I can't print all the time slots of a day.

    Me.UltraSchedulePrintDocument1.PrintStyle = SchedulePrintStyle.Daily

    Me.UltraSchedulePrintDocument1.StartTime = New TimeSpan(0, 0, 0)

    Me.UltraSchedulePrintDocument1.EndTime = New TimeSpan(23, 59, 59)

    http://i57.tinypic.com/33ehdea.png

Children