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

XRControlStyleSheet.SaveToStream(Stream) Method

Saves the styles contained in the current XRControlStyleSheet object to a stream.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void SaveToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which the saved style sheet object should be sent to.

Remarks

To load styles from a stream use the XRControlStyleSheet.LoadFromStream method.

See Also