I am using the winschedule UltraDayview. I am trying to print from 9am to 6pm on one page with day intervals of 10 minutes. When I print it automatically switches to 15 minutes. If i tweek it and by reducing the ending time we may get 12 minutes but it is not acceptable. I tried reducing the size of the font with the following command.
DayViewControl.TimeSlotDescriptorAppearance.FontData.SizeInPoints = 3
The font is smaller but it still prints by 15 minute interval.
What can I do to solve this.
Thanks
Hello,
I assume that you are using UltraSchedulePrintDocument in order to print your UltraDayView. Could you please let me know the Print Style (the value of ultraSchedulePrintDocument1.PrintStyle) which you want to print.
I am waiting for your details.
Indeed I'am using UltraSchedulePrintDocument.
The printstyle = Infragistics.Win.UltraWinSchedule.SchedulePrintStyle.Daily
Thank you
Rudy