IReportDesignerUI.DoWithSaveFileDialogService(Action<ISaveFileDialogService>) Method
Displays the standard Save File dialog.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action<ISaveFileDialogService> | A Action delegate that sets an object implementing the ISaveFileDialogService interface. |
See Also