Skip to main content

ReportResourceHeaderOptions Class

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public class ReportResourceHeaderOptions :
    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.

See Also