Back to Devexpress

ReportViewBase Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-404eda7d.md

latest1.9 KB
Original Source

ReportViewBase Class

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public abstract class ReportViewBase :
    Component,
    ISupportInitialize,
    ISchedulerAppointmentProvider,
    ISchedulerResourceProvider,
    ISchedulerTimeIntervalProvider,
    IServiceProvider,
    IReportControlChangeTarget
vb
Public MustInherit Class ReportViewBase
    Inherits Component
    Implements ISupportInitialize,
               ISchedulerAppointmentProvider,
               ISchedulerResourceProvider,
               ISchedulerTimeIntervalProvider,
               IServiceProvider,
               IReportControlChangeTarget

Inheritance

Object MarshalByRefObject Component ReportViewBase ReportDayView

ReportTimelineView

ReportWeekView

ReportMonthView

See Also

ReportViewBase Members

DevExpress.XtraScheduler.Reporting Namespace