SchedulerPrintAdapter Properties
A base class for print adapters of the XtraSchedulerReport.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. |
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). |
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. |
ResourceColorSchemas | Gets the color schemas used to paint resources in the report. |
ResourceCount | Gets the number of displayed resources. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
SmartSyncOptions | Provides access to options specific to the SmartSync Printing feature. |
TimeInterval | Gets or sets the time interval used by the print adapter to create a report. |
WorkTime | Gets or sets the work time interval for a day. |
See Also