Back to Devexpress

ReportDesigner.OpenDocument Method

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesigner-dot-opendocument.md

latest2.2 KB
Original Source

ReportDesigner.OpenDocument Method

NameParametersDescription
OpenDocument(XtraReport, Action<ReportDesignerDocument>)originalReport, beforeLoadLoads the specified report instance to the End-User Report Designer.
OpenDocument(Action<ReportDesignerDocument>)beforeLoadInvokes 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, beforeLoadRestores a report from the specified bytes and opens it in the End-User Report Designer.
OpenDocument(Stream, Action<ReportDesignerDocument>)originalReport, beforeLoadLoads a report from the specified stream and opens it in the End-User Report Designer.
OpenDocument(String, Action<ReportDesignerDocument>)reportFilePath, beforeLoadLoads a report from the specified REPX file and opens it in the End-User Report Designer.