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

VerticalResourceHeaders.Options Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

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