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.v24.1.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.