Skip to main content
.NET 6.0+

CustomExportAnalysisEventArgs(PrintingSystemCommand, Stream) Constructor

Initializes a new instance of the CustomExportEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomExportAnalysisEventArgs(
    PrintingSystemCommand exportType,
    Stream stream
)

Parameters

Name Type Description
exportType PrintingSystemCommand

An PrintingSystemCommand enumeration value that is the target format for the exported data.

stream Stream

A System.IO.Stream object to which the exported data should be stored.

See Also