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

SchedulerStoragePrintAdapter(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public SchedulerStoragePrintAdapter(
    ISchedulerStorageBase storage
)

Parameters

Name Type
storage ISchedulerStorageBase
See Also