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
475
Winschedule - PrintToFile format
posted

Using the following 3 lines.  I send calendars to separate files for each owner.  My question is what format are these files and how can I print them later?

 

Me.UltraSchedulePrintDocument1.PrinterSettings.PrintFileName = "c:\dev\Owner_" & intprintout.ToString

Me.UltraSchedulePrintDocument1.PrinterSettings.PrintToFile = True

Me.UltraSchedulePrintDocument1.Print()