Skip to main content
A newer version of this page is available. .

ReportViewCollection Class

Represents a collection of report views.

Namespace: DevExpress.XtraScheduler.Reporting

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

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