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
440
Printing ultraDayView
posted

Hi,

I have an ultraDayView on my form which shows 5 days next to eachother. (As seen in the Outlook demo). I also have a ultraSchedulePrintDocument on my form and whatever settings I try, the print output is always 1 day per page. I just want to print a page which is identical to my dayview control on my form. Any ideas?

 

Parents
  • 440
    Offline posted

    Ok, I figured that one out myself.

    (this.ultraSchedulePrintDocument1.WeeklyLayoutStyle = Infragistics.Win.UltraWinSchedule.WeeklyLayoutStyle.DayView;)

    But how do I print 3 of these DayViews on one page?
    (By default, a DayView is printed (scaled) to one page).

Reply Children