Version

SchedulePrintStyle Enumeration

Enumerations of print styles for the UltraSchedulePrintDocument
Syntax
'Declaration
 
Public Enum SchedulePrintStyle 
   Inherits System.Enum
public enum SchedulePrintStyle : System.Enum 
Members
MemberDescription
CalendarDetailsPrints the details of all the activities in the specified date range.
DailyPrints one or more days in an UltraDayView style layout
MemoPrints the details of the selected activities.
MonthlyPrints one or more weeks in an UltraMonthViewSingle style
TimelinePrints one or more days in an UltraTimelineView style layout
TriFoldPrints 3 sections on a single page. Each section is one of the TriFoldSectionStyle values.
WeeklyPrints one or more weeks in an UltraWeekView style
YearlyPrints one or more months in an UltraMonthViewMulti style
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also