Skip to main content

IReportDesignerUI Methods

If implemented, provides functionality to save and open reports using a Custom Report Storage.
Name Description
DoWithMessageBoxService(Action<IMessageBoxService>) Displays a message box.
DoWithOpenFileDialogService(Action<IOpenFileDialogService>) Displays the standard Open File dialog.
DoWithSaveFileDialogService(Action<ISaveFileDialogService>) Displays the standard Save File dialog.
See Also