A newer version of this page is available.
Switch to the current version.
SchedulerPrintAdapter.GetResources() Method
Obtains a collection of visible resources.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public ResourceBaseCollection GetResources()
Public Function GetResources As ResourceBaseCollection
Returns
Type | Description |
---|---|
ResourceBaseCollection | A ResourceBaseCollection object containing currently visible resources. |
Remarks
If there are no visible resources (e.g. the ReportViewBase.VisibleResourceCount is set to 0) , this method returns a collection of several fake resources.
You can use the SchedulerPrintAdapter.ValidateResources event to perform a final check of the resources passed to the report.
Implements
DevExpress.XtraScheduler.Reporting.ISchedulerResourceProvider.GetResources()
See Also
Feedback