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?
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).
Will check your question with our developers and will update you here.
Meanwhile, let me know if you have any additional questions.
Regards,
Stefaniya
Any news on this?
It is currently not supported to print more than one control on the page. You can print multiple days if they are assigned to different owners where for the names of the owners you can put the printed dates. For additional setting over the dayView I can suggest you the following article from the Knowledge base:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=5595
Let me know if this is helpful for you.
Let me know if you need any additional help.
Will you please let me know that .. how can we extract time and date from ultradayview control ?
so that we can assign that value to some other control like textbox ??
What date exactly you want to extract? The DayView does not keep track of dates, this is the CalendarInfo's work. You could access the currently active date by using the component's "ActiveDay" property.