XRDesignPanel.SaveChangedReport() Method
Saves the configuration of the report currently opened in the Design Panel to a file, only if changes have been made to the report.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumeration value. |
Remarks
If changes have been made to a report, this method invokes a message box that prompts whether the changes should be saved. And, after confirmation, this method invokes the XRDesignPanel.SaveReport method.
See Also