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

ReportDesignerDocument.Save(String) Method

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Save(
    string reportFilePath
)

Parameters

Name Type Description
reportFilePath String

A string that specifies the full path to the file to which the report is saved.

Returns

Type Description
Boolean

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

See Also