MVCxPivotGridExporter Class
Performs WYSIWYG PivotGrid export and raises export events.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public class MVCxPivotGridExporter :
ASPxPivotGridExporter
Public Class MVCxPivotGridExporter
Inherits ASPxPivotGridExporter
Remarks
The MVCxPivotGridExporter object raises the following events:
- MVCxPivotGridExportSettings.CustomExportCell
- MVCxPivotGridExportSettings.CustomExportHeader
- MVCxPivotGridExportSettings.CustomExportFieldValue
An instance of the MVCxPivotGridExporter is accessible within the event handler as sender. Use the MVCxPivotGridExporter.PivotGrid property to get access to the MVCxPivotGrid instance while handling an event.
Implements
Show 11 items
DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner
DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner
Inheritance
Object
Control
ASPxPivotGridExporter
MVCxPivotGridExporter
See Also
Feedback