Skip to main content

ReportDesignerDocument.Save(Action<Byte[]>) Method

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Save(
    Action<byte[]> reportStorage
)

Parameters

Name Type Description
reportStorage Action<Byte[]>

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

Returns

Type Description
Boolean

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

See Also