Skip to main content

GalleryState.CreateFrom(Stream) Method

Restores the Report Gallery state from the specified stream.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static GalleryState CreateFrom(
    Stream stream
)

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