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

ReportDesignerViewBase.WindowServiceTemplate Property

Specifies a data template which provides a service to display the Report Designer window. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public DataTemplate WindowServiceTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

The template provided by the WindowServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the DevExpress.Mvvm.IWindowService interface. By default, this template contains the DevExpress.Mvvm.UI.WindowService.

For more information, see the Services document.

See Also