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

OptionsPrinting.PrintResourcesSource Property

Specifies the collection of objects containing resource information. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public IEnumerable<object> PrintResourcesSource { get; set; }

Property Value

Type Description
IEnumerable<Object>

A collection of objects which contain resource information.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintResourcesSource
SchedulerControl
.OptionsPrinting.PrintResourcesSource

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 specified, 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