Back to Devexpress

MVCxPivotGridExporter Class

aspnetmvc-devexpress-dot-web-dot-mvc-d84ae739.md

latest2.8 KB
Original Source

MVCxPivotGridExporter Class

Performs WYSIWYG PivotGrid export and raises export events.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPivotGridExporter :
    ASPxPivotGridExporter
vb
Public Class MVCxPivotGridExporter
    Inherits ASPxPivotGridExporter

Remarks

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.

Implements

Show 12 items

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner

IBasePrintable

DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner

DevExpress.Printing.Native.IPrintingTarget

Inheritance

Object Control ASPxPivotGridExporter MVCxPivotGridExporter

See Also

MVCxPivotGridExporter Members

DevExpress.Web.Mvc Namespace