Back to Devexpress

ASPxPivotGridExporter Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-a3715d1b.md

latest2.7 KB
Original Source

ASPxPivotGridExporter Class

Represents an ASPxPivotGridExporter control used to export the ASPxPivotGrid control’s data.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxPivotGridExporter :
    Control,
    IPivotGridPrinterOwner,
    IBasePrintable,
    IPivotGridOptionsPrintOwner,
    IPrintingTarget
vb
Public Class ASPxPivotGridExporter
    Inherits Control
    Implements IPivotGridPrinterOwner,
               IBasePrintable,
               IPivotGridOptionsPrintOwner,
               IPrintingTarget

Remarks

The ASPxPivotGridExporter component allows you to export the ASPxPivotGrid’s data to a file or stream in various formats - PDF, RTF and XLS. Use the ASPxPivotGridExporter.ASPxPivotGridID property to specify the programmatic identifier of the associated ASPxPivotGrid control.

Implements

Show 11 items

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner

IBasePrintable

DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner

Inheritance

Object Control ASPxPivotGridExporter MVCxPivotGridExporter

See Also

ASPxPivotGridExporter Members

DevExpress.Web.ASPxPivotGrid Namespace