XtraSchedulerReport.Views Property
In This Article
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 |
---|---|
Report |
A Report |
#Remarks
Use this property to access the ReportViewBase descendants, representing View components used by the current report.
See Also