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.v19.1.Extensions.dll

NuGet Package: 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