Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomExportAnalysisEventArgs(PrintingSystemCommand, Stream) Constructor

Initializes a new instance of the CustomExportEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.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