Skip to main content

ReportDesignerDocument.Save() Method

Saves a report displayed in the current designer document to a file.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Save()

Returns

Type Description
Boolean

true, if the report has been successfully saved; otherwise, false.

Remarks

When you call this method for the first time, it invokes the System.Windows.Forms.SaveFileDialog, which allows end-users to specify where a report displayed by the current document should be saved. Subsequent calls of this method for the same document silently save the report to the previously specified file.

See Also