CustomWriteToResponseEventArgs Class
Provides data for the WebExportController.CustomWriteToResponse event.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Remarks
Declares the CustomWriteToResponseEventArgs.Stream property that is the memory stream with the exported data, to be passed to a client’s browser and saved to a file. The file’s default name can be changed to the CustomWriteToResponseEventArgs.FileName property value.
Inheritance
Object
EventArgs
HandledEventArgs
CustomWriteToResponseEventArgs
See Also