ReportDesignerBase.OpenFileDialogServiceTemplate Property
Specifies a data template which provides a service to display the Open File dialog in the Report Designer. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object. |
Remarks
The template provided by the OpenFileDialogServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the IOpenFileDialogService interface. By default, this template contains the OpenFileDialogService.
For more information, see the OpenFileDialogService document.
See Also