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

OptionsPrinting.PrintResources Property

Specifies the resource items used to create a report. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public IEnumerable<ResourceItem> PrintResources { get; set; }

Property Value

Type Description
IEnumerable<ResourceItem>

A collection of DevExpress.Xpf.Scheduling.ResourceItem objects.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintResources
SchedulerControl
.OptionsPrinting.PrintResources

Remarks

If the PrintResources property is set to a valid collection of resource items, these items are used to create a report. Otherwise; the PrintResourcesSource property value is used.

If neither the PrintResources nor PrintResourcesSource properties are set to valid values, resources that are displayed by the SchedulerControl are used to create a report. To obtain currently visible resources, use the SchedulerControl.VisibleResources property.

See Also