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

XRControlStyleSheet.SaveXmlToStream(Stream) Method

Serializes the style sheet in XML format to the specified stream.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void SaveXmlToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream value that specifies the style sheet’s stream location.

See Also