SchedulerPrintAdapter Class
In This Article
A base class for print adapters of the XtraSchedulerReport.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public abstract class SchedulerPrintAdapter :
Component,
ISupportInitialize,
ISchedulerAppointmentProvider,
ISchedulerTimeIntervalProvider,
ISchedulerResourceProvider,
IServiceProvider,
IStatusBrushAdapter
#Related API Members
The following members return SchedulerPrintAdapter objects:
Library | Related API Members |
---|---|
Win |
Xtra |
WPF Controls | DXScheduler |
ASP. |
ASPx |
#Remarks
Scheduler print adapter serves as the data source of the scheduling data for the report, and for all report controls.
#Inheritance
See Also