Skip to main content

SchedulerPrintingSettings.ReportTemplatePath Property

Gets or sets a string containing the file name of the report template to be used for creating a scheduler report and path to this file.

Namespace: DevExpress.Xpf.Scheduler.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public string ReportTemplatePath { get; set; }

Property Value

Type Description
String

A String value.

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.

Call the SchedulerPrintingSettings.GetReportTemplatePath method to obtain the original value of the ReportTemplatePath property.

Note

A set of ready-made report layout templates (files in the SCHREPX format) is already available. By default, these files are placed in C:\Users\Public\Documents\DevExpress Demos 23.2\Components\Data\SchedulerReportTemplates.

See Also