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

CustomExportCellEventArgsBase(IVisualBrick, PivotGridCellItem, GraphicsUnit, IPivotPrintAppearance, PivotGridPrinterBase, Rectangle) Constructor

Initializes a new instance of the CustomExportCellEventArgsBase class.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public CustomExportCellEventArgsBase(
    IVisualBrick brick,
    PivotGridCellItem cellItem,
    GraphicsUnit graphicsUnit,
    IPivotPrintAppearance appearance,
    PivotGridPrinterBase printer,
    Rectangle rect
)

Parameters

Name Type Description
brick DevExpress.XtraPrinting.IVisualBrick
cellItem PivotGridCellItem
graphicsUnit GraphicsUnit

A System.Drawing.GraphicsUnit value that specifies the graphics unit.

appearance DevExpress.PivotGrid.Printing.IPivotPrintAppearance
printer DevExpress.PivotGrid.Printing.PivotGridPrinterBase
rect Rectangle

A System.Drawing.Rectangle object.

See Also