Back to Devexpress

SchedulerStoragePrintAdapter.SchedulerStorage Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerstorageprintadapter-a496e35c.md

latest1.6 KB
Original Source

SchedulerStoragePrintAdapter.SchedulerStorage Property

Gets or sets the SchedulerStorage which is the source of the XtraSchedulerReport.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(null)]
public ISchedulerStorageBase SchedulerStorage { get; set; }
vb
<DefaultValue(Nothing)>
Public Property SchedulerStorage As ISchedulerStorageBase

Property Value

TypeDefaultDescription
ISchedulerStorageBasenull

A SchedulerStorage instance which is the report’ s source.

|

See Also

SchedulerStoragePrintAdapter Class

SchedulerStoragePrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace