Skip to main content

Gallery.SaveTo(Stream) Method

Saves the Report Gallery to the specified stream.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void SaveTo(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream to which the Report Gallery should be written.

See Also