Back to Devexpress

ResourceInfo Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-4ab1a180.md

latest3.2 KB
Original Source

ResourceInfo Class

An information control used for resource listing.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class ResourceInfo :
    TextInfoControlBase
vb
Public Class ResourceInfo
    Inherits 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 appears.

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

Inheritance

Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DataDependentControlBase TextInfoControlBase ResourceInfo

See Also

ResourceInfo Members

DevExpress.XtraScheduler.Reporting Namespace