Skip to main content
A newer version of this page is available. .

Gallery.CreateFrom(Stream) Method

Restores a Report Gallery from the specified stream.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public static Gallery CreateFrom(
    Stream stream
)

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