Skip to main content
A newer version of this page is available. .

SchedulerControlPrintAdapter Properties

A component bound to the SchedulerControl used for retrieving data and scheduler settings.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
ClientTimeZoneId Gets or sets the string identifier of the time zone used by the print adapter. Inherited from SchedulerPrintAdapter.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnableSmartSync Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature). Inherited from SchedulerPrintAdapter.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FirstDayOfWeek Gets or sets the day that the scheduler week starts from. Inherited from SchedulerPrintAdapter.
ResourceColorSchemas Gets the color schemas used to paint resources in the report.
ResourceCount Gets the number of displayed resources. Inherited from SchedulerPrintAdapter.
SchedulerControl Gets or sets the Scheduler control which is the source of the XtraSchedulerReport.
Site Gets or sets the ISite of the Component. Inherited from Component.
SmartSyncOptions Provides access to options specific to the SmartSync Printing feature. Inherited from SchedulerPrintAdapter.
TimeInterval Gets or sets the time interval used by the print adapter to create a report. Inherited from SchedulerPrintAdapter.
WorkTime Gets or sets the work time interval for a day. Inherited from SchedulerPrintAdapter.
See Also