Skip to main content
A newer version of this page is available. .

XRDesignPanel.OpenReportFile() Method

Invokes the OpenFileDialog, which allow your end-users to locate and choose a report, and load it into the Design Panel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v21.2.Extensions.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Reporting

Declaration

public void OpenReportFile()

Remarks

To load a report silently (without showing any dialog), use the XRDesignPanel.OpenReport method.

To learn more, refer to Storing Report Layouts.

See Also