MVCxPivotGridExporter Class
Performs WYSIWYG PivotGrid export and raises export events.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner
DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner
Inheritance
Object
Control
ASPxPivotGridExporter
MVCxPivotGridExporter
See Also