Back to Devexpress

ReportViewCollection Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-38a59f3e.md

latest1.9 KB
Original Source

ReportViewCollection Class

Represents a collection of report views.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class ReportViewCollection :
    NotificationCollection<ReportViewBase>
vb
Public Class ReportViewCollection
    Inherits NotificationCollection(Of 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.

Inheritance

Object DXCollectionBase<ReportViewBase> DXCollection<ReportViewBase> NotificationCollection<ReportViewBase> ReportViewCollection

See Also

ReportViewCollection Members

DevExpress.XtraScheduler.Reporting Namespace