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

DescriptionSet.CreateFrom(Stream) Method

Restores the favorite list from the specified stream.

Namespace: DevExpress.XtraReports.FavoriteProperties

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public static DescriptionSet CreateFrom(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream from which the favorite list should be read.

Returns

Type Description
DescriptionSet

A DescriptionSet object loaded from the stream.

See Also