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

ReportResourceHeaderOptions Class

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

Namespace: DevExpress.XtraScheduler.Reporting

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

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