ResourcesValidationEventArgs.Resources Property
Provides access to the collection of resources available in the report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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