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

CustomExportAnalysisEventArgs(PrintingSystemCommand, Stream) Constructor

Initializes a new instance of the CustomExportEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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