Back to Devexpress

ReportResourceHeaderOptions Class

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

latest2.5 KB
Original Source

ReportResourceHeaderOptions Class

Provides options used to specify how resource headers are printed in Scheduler Reporting.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class ReportResourceHeaderOptions :
    SchedulerResourceHeaderOptions
vb
Public Class ReportResourceHeaderOptions
    Inherits SchedulerResourceHeaderOptions

The following members return ReportResourceHeaderOptions objects:

Remarks

The ReportResourceHeaderOptions class provides a set of different properties that control how the VerticalResourceHeader and the HorizontalResourceHeader elements will be printed in a Scheduler Report. These properties can be accessed via the corresponding Options properties.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerResourceHeaderOptionsBase SchedulerResourceHeaderOptions ReportResourceHeaderOptions

See Also

ReportResourceHeaderOptions Members

Scheduler Report Controls and Components

DevExpress.XtraScheduler.Reporting Namespace