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
20
How To Print Ultra Month View Multi?
posted

How To Print Ultra Month View Multi from a form ?

Thanks

Nicky

Parents
No Data
Reply
  • 5118
    posted

    Hello Nicky,

    You need to set the UltraSchedulePrintDocument.PrintStyle property to "Yearly" to use the MonthViewMulti printing style... The API docs show the PrintStyle property refers to a SchedulePrintStyle Enum which has these values:

    Member Description
    Daily Prints one or more days in an UltraDayView style layout
    Weekly Prints one or more weeks in an UltraWeekView style
    Monthly Prints one or more weeks in an UltraMonthViewSingle style
    Yearly Prints one or more months in an UltraMonthViewMulti style
    TriFold Prints 3 sections on a single page. Each section is one of the TriFoldSectionStyle values.
    CalendarDetails Prints the details of all the activities in the specified date range.
    Memo Prints the details of the selected activities.

Children
No Data