Skip to main content

ReportViewCollection Class

Represents a collection of report views.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public class ReportViewCollection :
    NotificationCollection<ReportViewBase>

The following members return ReportViewCollection objects:

Remarks

The XtraSchedulerReport.Views provides access to the object of the ReportViewCollection, containing views of the scheduler report.

See Also