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

OptionsPrinting.DailyReportResourcesPerPage Property

Specifies the maximum number of resources on a single page of a daily report. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public int DailyReportResourcesPerPage { get; set; }

Property Value

Type Description
Int32

An integer value which is the maximum number of resources on a single report page.

Property Paths

You can access this nested property as listed below:

Object Type Path to DailyReportResourcesPerPage
SchedulerControl
.OptionsPrinting.DailyReportResourcesPerPage
See Also