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

CustomExportAnalysisEventArgs.Stream Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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