Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportDesigner.OpenDocument Method

Name Parameters Description
OpenDocument(XtraReport, Action<ReportDesignerDocument>) originalReport, beforeLoad Loads the specified report instance to the End-User Report Designer.
OpenDocument(Action<ReportDesignerDocument>) beforeLoad Invokes the System.Windows.Forms.OpenFileDialog, which allows end-users to locate a report and load it in the End-User Report Designer.
OpenDocument(Byte[], Action<ReportDesignerDocument>) originalReport, beforeLoad Restores a report from the specified bytes and opens it in the End-User Report Designer.
OpenDocument(Stream, Action<ReportDesignerDocument>) originalReport, beforeLoad Loads a report from the specified stream and opens it in the End-User Report Designer.
OpenDocument(String, Action<ReportDesignerDocument>) reportFilePath, beforeLoad Loads a report from the specified REPX file and opens it in the End-User Report Designer.