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. |