Skip to main content
.NET 6.0+

CustomExportAnalysisEventArgs.Stream Property

Gets the stream to which the exported data should be stored.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Stream Stream { get; }

Property Value

Type Description
Stream

A System.IO.Stream object to which the exported data should be stored.

See Also