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

ReportDesignerDocument.SaveTo(Object) Method

For internal use. Saves a report displayed in the current designer document to the specified storage.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public bool SaveTo(
    object storage
)

Parameters

Name Type Description
storage Object

An object that specifies the storage to save the report.

Returns

Type Description
Boolean

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

See Also