Back to Devexpress

ReportTimelineView.VisibleIntervalCount Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-reporttimelineview-9e037328.md

latest2.9 KB
Original Source

ReportTimelineView.VisibleIntervalCount Property

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

Declaration

csharp
[DefaultValue(10)]
[XtraSerializableProperty]
public int VisibleIntervalCount { get; set; }
vb
<DefaultValue(10)>
<XtraSerializableProperty>
Public Property VisibleIntervalCount As Integer

Property Value

TypeDefaultDescription
Int3210

An integer representing a number of days.

|

Remarks

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

TimeInterval

VisibleIntervalColumnCount

GetBaseTimeScale()

Scales

ColumnArrangement

ReportTimelineView Class

ReportTimelineView Members

DevExpress.XtraScheduler.Reporting Namespace