Gallery.CreateFrom(Stream) Method
Restores a Report Gallery from the specified stream.
Namespace: DevExpress.XtraReports.ReportGallery
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream from which Report Gallery settings are read. |
Returns
Type | Description |
---|---|
Gallery | true, if the Report Gallery has been successfully created; otherwise, false. |
See Also