OpenReport(XtraReport, UserLookAndFeel)
|
report, lookAndFeel
|
Loads the specified report instance into the XRDesignRibbonForm with the specified look and feel settings.
|
OpenReport(XtraReport)
|
report
|
Loads the specified report instance into the XRDesignRibbonForm.
|
OpenReport(String, UserLookAndFeel)
|
fileName, lookAndFeel
|
Loads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm with the specified look and feel settings.
|
OpenReport(String)
|
fileName
|
Loads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm.
|