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

WebCustomExportCellEventArgs(IVisualBrick, PivotGridCellItem, WebPrintAppearanceObject, PivotGridData, PivotGridField, PivotGridField, PivotGridField, GraphicsUnit, PivotGridPrinterBase, Rectangle) Constructor

Initializes a new instance of the WebCustomExportCellEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public WebCustomExportCellEventArgs(
    IVisualBrick brick,
    PivotGridCellItem cellItem,
    WebPrintAppearanceObject appearance,
    PivotGridData data,
    PivotGridField columnField,
    PivotGridField rowField,
    PivotGridField dataField,
    GraphicsUnit graphicsUnit,
    PivotGridPrinterBase printer,
    Rectangle rect
)

Parameters

Name Type Description
brick DevExpress.XtraPrinting.IVisualBrick
cellItem PivotGridCellItem
appearance DevExpress.PivotGrid.Printing.WebPrintAppearanceObject
data DevExpress.XtraPivotGrid.Data.PivotGridData
columnField PivotGridField

A column field.

rowField PivotGridField

A row field.

dataField PivotGridField

A data field.

graphicsUnit GraphicsUnit
printer DevExpress.PivotGrid.Printing.PivotGridPrinterBase
rect Rectangle

A System.Drawing.Rectangle object.

See Also