ReportDesignerDocument.Load Method
Name | Parameters | Description |
---|---|---|
Load() | none | Invokes the System.Windows.Forms.OpenFileDialog, which allows end-users to locate a report and open it in the current designer document. |
Load(XtraReport) | originalReport | Loads the specified report instance and opens it in the current designer document. |
Load(Byte[]) | originalReport | Restores a report from the specified bytes and loads it to the current designer document. |
Load(Stream) | originalReport | Loads a report from the specified stream and opens it in the current designer document. |
Load(String) | reportFilePath | Loads a report from the specified REPX file and opens it in the current designer document. |