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.v25.2.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 |
|
See Also