Skip to main content
A newer version of this page is available. .

XtraSchedulerReport.Views Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(false)]
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