WebCustomExportFieldValueEventArgs(VisualBrick, PivotFieldValueItem, WebPrintAppearanceObject, Rectangle) Constructor
Initializes a new instance of the WebCustomExportFieldValueEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public WebCustomExportFieldValueEventArgs(
VisualBrick brick,
PivotFieldValueItem fieldValueItem,
WebPrintAppearanceObject appearance,
Rectangle rect
)
Parameters
| Name | Type |
|---|---|
| brick | VisualBrick |
| fieldValueItem | DevExpress.XtraPivotGrid.Data.PivotFieldValueItem |
| appearance | DevExpress.PivotGrid.Printing.WebPrintAppearanceObject |
| rect | Rectangle |
See Also