Skip to main content

ReportDesignerBase.SaveFileDialogServiceTemplate Property

Specifies a data template which provides a service to display the Save File dialog in the Report Designer. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public DataTemplate SaveFileDialogServiceTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

The template provided by the SaveFileDialogServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the ISaveFileDialogService interface. By default, this template contains the SaveFileDialogService.

For more information, see the SaveFileDialogService document.

See Also