PrintSelectedCalendar Property (PrintOptionsForm)
In This Topic
Gets or sets a
System.Boolean value determining whether control should only show appointments from the currently selected
C1.Win.Schedule.ScheduleGroupItem in the resulting document. By default resulting document contains all appointments regardless of the C1Schedule grouping. Set this property to true to show appointments from the currently selected
C1.Win.Schedule.ScheduleGroupItem.
Syntax
'Declaration
Public Property PrintSelectedCalendar As System.Boolean
public System.bool PrintSelectedCalendar {get; set;}
See Also