Skip to main content
A newer version of this page is available.
All docs
V18.2

CustomExportFieldValueEventArgsBase(IVisualBrick, PivotFieldValueItem, Rectangle) Constructor

Initializes a new instance of the CustomExportFieldValueEventArgsBase<T> class.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public CustomExportFieldValueEventArgsBase(
    IVisualBrick brick,
    PivotFieldValueItem item,
    Rectangle rect
)

Parameters

Name Type Description
brick DevExpress.XtraPrinting.IVisualBrick
item PivotFieldValueItem
rect Rectangle

A System.Drawing.Rectangle structure.

See Also