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

CustomWriteToResponseEventArgs Class

Provides data for the WebExportController.CustomWriteToResponse event.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public class CustomWriteToResponseEventArgs :
    HandledEventArgs

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