XRDesignForm.OpenReport Method
Name | Parameters | Description |
---|---|---|
OpenReport(XtraReport, UserLookAndFeel) | report, lookAndFeel | Loads the specified report instance to the XRDesignForm with the specified look and feel settings. |
OpenReport(XtraReport) | report | Loads the specified report instance to the XRDesignForm. |
OpenReport(String, UserLookAndFeel) | fileName, lookAndFeel | Loads the report definition from the specified REPX file and opens it in the XRDesignForm with the specified look and feel settings. |
OpenReport(String) | fileName | Loads the report definition from the specified REPX file and opens it in the XRDesignForm. |