OpenReport(XtraReport, UserLookAndFeel)
|
report, lookAndFeel
|
Opens the specified report in the form’s active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form.
|
OpenReport(XtraReport)
|
report
|
Opens the specified report in the form’s active Design Panel.
|
OpenReport(String, UserLookAndFeel)
|
fileName, lookAndFeel
|
Loads a report definition from the specified REPX file, opens it into the form’s active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form.
|
OpenReport(String)
|
fileName
|
Loads the report from the specified REPX file, and opens it in the form’s active Design Panel.
|