DescriptionSet.CreateFrom(Stream) Method
Restores the favorite list from the specified stream.
Namespace: DevExpress.XtraReports.FavoriteProperties
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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