Skip to main content

IReportDesignerUI Members

If implemented, provides functionality to save and open reports using a Custom Report Storage.

Properties

Name Description
ReportSerializer Returns an object that provides functionality to save or load a report from a stream.

Methods

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