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

DescriptionSet.SaveTo(Stream) Method

Saves the favorite list to the specified stream.

Namespace: DevExpress.XtraReports.FavoriteProperties

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public void SaveTo(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream to which the favorite list should be written.

See Also