CustomExportAnalysisEventArgs(PrintingSystemCommand, Stream) Constructor
Initializes a new instance of the CustomExportEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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