aspnetmvc-devexpress-dot-web-dot-mvc-d84ae739.md
Performs WYSIWYG PivotGrid export and raises export events.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxPivotGridExporter :
ASPxPivotGridExporter
Public Class MVCxPivotGridExporter
Inherits ASPxPivotGridExporter
The MVCxPivotGridExporter object raises the following events:
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.
Show 12 items
DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner
DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner
DevExpress.Printing.Native.IPrintingTarget
Object Control ASPxPivotGridExporter MVCxPivotGridExporter
See Also