CustomExportAnalysisEventArgs.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
Property Value
Type | Description |
---|---|
Stream | A System.IO.Stream object to which the exported data should be stored. |
See Also