Skip to main content
A newer version of this page is available.
All docs
V19.1

CustomExportFieldValueEventArgs(IVisualBrick, PivotFieldValueItem, ExportAppearanceObject, Rectangle) Constructor

Initializes a new instance of the CustomExportFieldValueEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public CustomExportFieldValueEventArgs(
    IVisualBrick brick,
    PivotFieldValueItem fieldValueItem,
    ExportAppearanceObject appearance,
    Rectangle rect
)

Parameters

Name Type
brick DevExpress.XtraPrinting.IVisualBrick
fieldValueItem PivotFieldValueItem
appearance DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject
rect Rectangle
See Also