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

WebCustomExportCellEventArgs Constructors

Provides data for the ASPxPivotGridExporter.CustomExportCell event.
Name Parameters Description
WebCustomExportCellEventArgs(IVisualBrick, PivotGridCellItem, WebPrintAppearanceObject, PivotGridData, PivotGridField, PivotGridField, PivotGridField, GraphicsUnit, PivotGridPrinterBase, Rectangle) brick, cellItem, appearance, data, columnField, rowField, dataField, graphicsUnit, printer, rect Initializes a new instance of the WebCustomExportCellEventArgs class.
See Also