XtraSchedulerReport.Views Property
Provides access to the collection of Views available for the current report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, -2)]
public ReportViewCollection Views { get; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, False, -2)>
Public ReadOnly Property Views As ReportViewCollection
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
Feedback