IExportableAnalysisEditor Interface
Declares members to be implemented by analysis Property Editors from the Pivot Chart module to support the export functionality provided by the ExportAnalysisController.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
This interface is introduced to enable exporting for analysis Property Editors from the Pivot Chart module (the module representing Analysis objects). Exporting is provided by the ExportAnalysisController. This Controller is activated for the Details Views that contain Property Editors implementing the IExportableAnalysisEditor interface. Primarily, this Controller supports export functionality in Analysis Detail Views only. Therefore, only the AnalysisEditorWin and AnalysisEditorWeb built-in Property Editors support the IExportableAnalysisEditor interface. Generally, you don’t need to support this interface in other Property Editors.