Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryState.CreateFrom(Stream) Method

Restores the Report Gallery state from the specified stream.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v24.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