How can I print a date range while the calendar is in single month view?
I would like to be able to print automatically all the months for a given start date and end date. Currently, I can only print the current month. I was able to create a routine that loops through a given date range and switches the calendar to each month, and then fires the Calendar.Print method. The only problem is that the print dialog pops up every time the month changes and the print method is fired. A: Try using the void Print(PrintDocument doc) overloaded method. It won’t display a dialog but just use the printer specified in doc.PrinterSettings. By default, that’s the system default printer, but you can change it if you wish.
Related Questions
- When trying to print from a shared calendar using Daily View i get an error message that says "The messaging interface has returned an unknown error." How do I resolve this?
- Why are there so many Calendar options in both Month/Week/Day view and Event List view?
- What happened to the month calendar view in OWA?