Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ResourceInfo Class

An information control used for resource listing.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

public class ResourceInfo :
    TextInfoControlBase

#Remarks

The ResourceInfo control is used for printing a list of resources.

In column mode, the control can be printed in each column, or in odd or even columns only, as determined by the DataDependentControlBase.PrintInColumn property.

You can specify the TextInfoControlBase.Font and the TextInfoControlBase.ForeColor. The TextInfoControlBase.AutoScaleFont property is implemented, to allow automatic font sizing to fit the text in the control. You can specify a custom delimiter for the resource list via the ResourceInfo.ResourceDelimiter property.

To print an arbitrary text, handle the TextInfoControlBase.CustomizeText event.

The ResourceInfo should be linked to any of the time cells controls via the ResourceInfo.TimeCells property, for proper operation. When the control is linked, a link sign ReportControls - Relation icon appears.

The picture below represents the general look of the ResourceInfo control.

ReportControls-ResourceInfo

#Inheritance

Object
MarshalByRefObject
Component
XRControl
DevExpress.XtraScheduler.Reporting.ReportViewControlBase
DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase
See Also