Skip to main content

SchedulerReportConfigurator.Configure(ISchedulerPrintingSettings) Method

Configures a report provided by the specified object.

Namespace: DevExpress.Xpf.Scheduler.Reporting

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public virtual void Configure(
    ISchedulerPrintingSettings settings
)

Parameters

Name Type Description
settings ISchedulerPrintingSettings

An object that implements the ISchedulerPrintingSettings interface.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The Configure method configures the scheduler report specified by the ISchedulerPrintingSettings.ReportInstance property of the passed object. This object’s SchedulerPrintingSettings.ReportTemplatePath and BaseSchedulerPrintingSettings.SchedulerPrintAdapter properties are used to set the scheduler report layout template and print adapter. After a scheduler report has been configured, it can be passed to the PrintHelper.ShowPrintPreview or PrintHelper.ShowPrintPreviewDialog method to show the scheduler print preview.

See Also