Skip to main content

Gallery.CreateFrom(Stream) Method

Restores a Report Gallery from the specified stream.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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