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

ResourcesValidationEventArgs.Resources Property

Provides access to the collection of resources available in the report.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public ResourceBaseCollection Resources { get; }

Property Value

Type Description
ResourceBaseCollection

A ResourceBaseCollection object containing resources for the report.

Remarks

You can handle the SchedulerPrintAdapter.ValidateResources event and modify the Resources collection to filter resources for the report.

See Also