Back to Devexpress

HorizontalResourceHeaders Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-feac14bf.md

latest2.9 KB
Original Source

HorizontalResourceHeaders Class

A control used to print horizontal captions containing resource names.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class HorizontalResourceHeaders :
    HorizontalHeadersControlBase,
    ISchedulerResourceIterator
vb
Public Class HorizontalResourceHeaders
    Inherits HorizontalHeadersControlBase
    Implements ISchedulerResourceIterator

The following members 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.

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

HorizontalResourceHeaders Members

DevExpress.XtraScheduler.Reporting Namespace