Back to Devexpress

XtraSchedulerReport.Views Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-xtraschedulerreport-f61d32ce.md

latest1.7 KB
Original Source

XtraSchedulerReport.Views Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, -2)]
public ReportViewCollection Views { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, False, -2)>
Public ReadOnly Property Views As ReportViewCollection

Property Value

TypeDescription
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

XtraSchedulerReport Class

XtraSchedulerReport Members

DevExpress.XtraScheduler.Reporting Namespace