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

ReportDesignerDocument.Save(Action<XtraReport>) Method

Saves a report displayed by the current designer document to the specified report storage.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Save(
    Action<XtraReport> reportStorage
)

Parameters

Name Type Description
reportStorage Action<XtraReport>

An action that will be invoked to save the report to the storage.

Returns

Type Description
Boolean

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

See Also