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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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