Skip to main content

HorizontalResourceHeaders.Options Property

Provides access to an object specifying appearance options for a scheduler report’s resource headers.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ReportResourceHeaderOptions Options { get; }

Property Value

Type Description
ReportResourceHeaderOptions

A ReportResourceHeaderOptions object that represents the resource headers options for Scheduler Reporting.

Remarks

Use the ReportResourceHeaderOptions object exposed via the Options property to control how resource headers are printed. You can specify the appearance of resource images by its SchedulerResourceHeaderOptionsBase.ImageAlign, SchedulerResourceHeaderOptions.ImageSize, SchedulerResourceHeaderOptionsBase.ImageSizeMode and SchedulerResourceHeaderOptions.ImageInterpolationMode properties to specify the appearance of resource images.

See Also