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

WebCustomExportFieldValueEventArgs(IVisualBrick, PivotFieldValueItem, WebPrintAppearanceObject, Rectangle) Constructor

Initializes a new instance of the WebCustomExportFieldValueEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public WebCustomExportFieldValueEventArgs(
    IVisualBrick brick,
    PivotFieldValueItem fieldValueItem,
    WebPrintAppearanceObject appearance,
    Rectangle rect
)

Parameters

Name Type
brick DevExpress.XtraPrinting.IVisualBrick
fieldValueItem PivotFieldValueItem
appearance DevExpress.PivotGrid.Printing.WebPrintAppearanceObject
rect Rectangle
See Also