Skip to main content

OptionsPrinting.WeeklyReportResourcesPerPage Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public int WeeklyReportResourcesPerPage { 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 WeeklyReportResourcesPerPage
SchedulerControl
.OptionsPrinting .WeeklyReportResourcesPerPage
See Also