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

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.v19.2.dll

Declaration

public interface IExportableAnalysisEditor

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.

See Also