ASPxPivotGridExporter.CustomExportHeader Event
Enables you to render a different content for individual field headers, if the PivotGrid is exported in the WYSIWYG mode.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
Declaration
Event Data
The CustomExportHeader event handler receives an argument of the WebCustomExportHeaderEventArgs type.
The following properties provide information specific to this event.
Property |
Description |
Appearance |
Gets or sets the appearance object used to paint the header currently being exported.
|
ApplyAppearanceToBrickStyle |
Specifies whether to apply the appearance settings to a brick.
|
Brick |
Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported.
|
Caption |
Gets the field header caption.
|
Field |
Gets the processed field.
|
Rect |
Defines the size and location of the printed or exported cell.
|
The CustomExportHeader event is raised for each field when the ASPxPivotGrid is exported. You can handle this event to change the field header's appearance and contents in a printed document.
Note
Field properties cannot be changed in the CustomExportHeader event handler.
See Also