Skip to main content
.NET Framework 4.6.2+

CustomExportEventArgs.Stream Property

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

Namespace: DevExpress.ExpressApp.SystemModule

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