Skip to main content

XtraSchedulerReport.Views Property

Provides access to the collection of Views available for the current report.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, -2)]
public ReportViewCollection Views { get; }

Property Value

Type Description
ReportViewCollection

A ReportViewCollection object, containing a report’s Views.

Remarks

Use this property to access the ReportViewBase descendants, representing View components used by the current report.

See Also