Skip to main content

ReportViewBase Class

A base class for all components, representing the View in the XtraScheduler Report.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public abstract class ReportViewBase :
    Component,
    ISupportInitialize,
    ISchedulerAppointmentProvider,
    ISchedulerResourceProvider,
    ISchedulerTimeIntervalProvider,
    IServiceProvider,
    IReportControlChangeTarget
See Also