GalleryState.CreateFrom(Stream) Method
Restores the Report Gallery state 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 the Report Gallery state is read. |
Returns
Type | Description |
---|---|
GalleryState | true, if the Report Gallery state has been successfully restored; otherwise, false. |
See Also