Skip to main content
A newer version of this page is available.

WebCustomExportHeaderEventArgs(IVisualBrick, PivotFieldItemBase, WebPrintAppearanceObject, PivotGridField, Rectangle) Constructor

Initializes a new instance of the WebCustomExportHeaderEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public WebCustomExportHeaderEventArgs(
    IVisualBrick brick,
    PivotFieldItemBase fieldItem,
    WebPrintAppearanceObject appearance,
    PivotGridField field,
    Rectangle rect
)

Parameters

Name Type Description
brick DevExpress.XtraPrinting.IVisualBrick
fieldItem DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
appearance DevExpress.PivotGrid.Printing.WebPrintAppearanceObject
field PivotGridField

A PivotGridField object.

rect Rectangle

A Sytem.Drawing.Rectangle object.

See Also