ReportDesignerDocument.Save(Stream) Method
Saves a report displayed by the current designer document to the specified stream.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reportStorage | Stream | A stream object, to which the report should be saved. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also