Skip to main content

ASPxPivotGridExporter Class

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxPivotGridExporter :
    Control,
    IPivotGridPrinterOwner,
    IBasePrintable,
    IPivotGridOptionsPrintOwner

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
DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner
DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner

Inheritance

See Also