Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomWriteToResponseEventArgs Class

Provides data for the WebExportController.CustomWriteToResponse event.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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