Back to Devexpress

VerticalResourceHeaders.Options Property

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

latest2.6 KB
Original Source

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.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ReportResourceHeaderOptions Options { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property Options As ReportResourceHeaderOptions

Property Value

TypeDescription
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

ResourceHeaders

VerticalResourceHeaders Class

VerticalResourceHeaders Members

DevExpress.XtraScheduler.Reporting Namespace