[]
Gets or sets a bool value determining whether control should only show appointments from the currently selected 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 ScheduleGroupItem.
public bool PrintSelectedCalendar { get; set; }
This property only makes sense if the C1Schedule.GroupBy property is set.