Skip to main content

IReportDesignerUI.DoWithOpenFileDialogService(Action<IOpenFileDialogService>) Method

Displays the standard Open File dialog.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void DoWithOpenFileDialogService(
    Action<IOpenFileDialogService> action
)

Parameters

Name Type Description
action Action<IOpenFileDialogService>

A Action delegate that sets an object implementing the IOpenFileDialogService interface.

See Also