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

OptionsPrinting.TimelineReportIntervalsPerPage Property

Specifies the maximum number of time intervals on a single page of a timeline report. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public int TimelineReportIntervalsPerPage { get; set; }

Property Value

Type Description
Int32

By default, 0

Property Paths

You can access this nested property as listed below:

Object Type Path to TimelineReportIntervalsPerPage
SchedulerControl
.OptionsPrinting.TimelineReportIntervalsPerPage

Remarks

If the TimelineReportIntervalsPerPage property is set to 0 (the default value), the SchedulerControl.VisibleIntervals property value is used to determine the maximum number of time intervals on a single report page. The length of a time interval for the TimelineView is determined by the most detailed time scale that is currently enabled. For other views, the time interval is a single day.

See Also