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.
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
I believe the code snippet that was mentioned above was this one:http://www.csharp-examples.net/combine-multiple-printdocuments/