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

HorizontalResourceHeaders Class

A control used to print horizontal captions containing resource names.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.resourcehorizontalheaders.bmp")]
public class HorizontalResourceHeaders :
    HorizontalHeadersControlBase,
    ISchedulerResourceIterator

Remarks

The HorizontalResourceHeaders control is designed to provide text captions for the resource groupings which appear if the ReportViewBase.GroupType is other than the SchedulerGroupType.None.

ReportControls-HorizontalResourceHeaders

The HorizontalDateHeaders control can be linked to the HorizontalResourceHeaders control, when constructing the report.

Inheritance

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