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.v17.2.Reporting.dll

Declaration

[ToolboxTabName("DX.17.2: Scheduler Reporting")]
[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.resourcehorizontalheaders.bmp")]
public class HorizontalResourceHeaders :
    HorizontalHeadersControlBase,
    ISchedulerResourceIterator

The following members accept/return HorizontalResourceHeaders objects:

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the HorizontalResourceHeaders class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

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