Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomExportAnalysisEventArgs.Stream Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.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