Skip to main content

SchedulerStoragePrintAdapter(ISchedulerStorageBase) Constructor

Initializes new instance of the SchedulerStoragePrintAdapter class with the specified settings.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public SchedulerStoragePrintAdapter(
    ISchedulerStorageBase storage
)

Parameters

Name Type
storage ISchedulerStorageBase
See Also