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
675
Printing complete day (or at least working hours) from XamOutlookView
posted

I'm using XamOutlookView for a scheduling application and it is really working great! My customers are quite happy with it. I do however have a small problem. I'd like to print the schedule for the day or week and haven't figured out how to do it.

It is possible to add the on screen view to the report like this: EmbeddedVisualReportSection section = new EmbeddedVisualReportSection(MyOutlookView);

but that only shows what is on the screen. We need it to show at least all the working hours.

What is the best way to accomplish this?

Thanks!