XRControlStyleSheet.SaveToStream(Stream) Method
Saves the styles contained in the current XRControlStyleSheet object to a stream.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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