IReportDesignerUI.DoWithSaveFileDialogService(Action<ISaveFileDialogService>) Method
In This Article
Displays the standard Save File dialog.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
void DoWithSaveFileDialogService(
Action<ISaveFileDialogService> action
)
#Parameters
Name | Type | Description |
---|---|---|
action | Action<ISave |
A Action delegate that sets an object implementing the ISave |
See Also