Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IExportableAnalysisEditor Interface

In This Article

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

NuGet Package: DevExpress.ExpressApp

#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