Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraSchedulerReport.Views Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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