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

ResourceInfo Class

An information control used for resource listing.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.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