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

CustomExportAnalysisEventArgs Class

Arguments, specific to events of the ExportAnalysisController class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomExportAnalysisEventArgs :
    HandledEventArgs

Remarks

Declares properties, specific to the following events:

These events are designed to customize the ExportAnalysisController.ExportAction Action functionality

The CustomExportAnalysisEventArgs.Stream property, exposed by this class, can be used to access the exporting (exported) output stream. The CustomExportAnalysisEventArgs.ExportType property can be used to determine the export format selected when executing the Export Analysis Action.

This class is inherited from the HandledEventArgs class. So, you can use the handler’s Handled parameter to suppress default exporting, when handling the CustomExport event.

Inheritance

Object
EventArgs
HandledEventArgs
CustomExportAnalysisEventArgs
See Also