Back to Devexpress

XRDesignRibbonForm.OpenReport Method

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignribbonform-dot-openreport.md

latest1.7 KB
Original Source

XRDesignRibbonForm.OpenReport Method

NameParametersDescription
OpenReport(XtraReport, UserLookAndFeel)report, lookAndFeelLoads the specified report instance into the XRDesignRibbonForm with the specified look and feel settings.
OpenReport(XtraReport)reportLoads the specified report instance into the XRDesignRibbonForm.
OpenReport(String, UserLookAndFeel)fileName, lookAndFeelLoads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm with the specified look and feel settings.
OpenReport(String)fileNameLoads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm.