Skip to main content

ASPxSchedulerStoragePrintAdapter(ASPxSchedulerStorage) Constructor

Initializes a new instance of the ASPxSchedulerStoragePrintAdapter class with the specified storage.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerStoragePrintAdapter(
    ASPxSchedulerStorage storage
)

Parameters

Name Type Description
storage ASPxSchedulerStorage

A SchedulerStorage object representing a storage for appointments.

See Also