windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-reporttimelineview-9e037328.md
Gets or sets the number of intervals in a group.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
[DefaultValue(10)]
[XtraSerializableProperty]
public int VisibleIntervalCount { get; set; }
<DefaultValue(10)>
<XtraSerializableProperty>
Public Property VisibleIntervalCount As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 10 |
An integer representing a number of days.
|
The SchedulerPrintAdapter.TimeInterval specified for the print adapter, which provides data for the ReportTimelineView , is rendered into several groups, each containing the ReportTimelineView.VisibleIntervalCount items. Each group is split into sections with no more than the number of ReportTimelineView.VisibleIntervalColumnCount intervals in a section. The interval corresponds to the base scale of the Timeline View (use the ReportTimelineView.GetBaseTimeScale method to access the base scale).
The following screenshot shows the Timeline View Report with the VisibleIntervalCount property set to 7 :
See Also