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

CustomPrintEventArgs(IVisualBrick, Rectangle) Constructor

Initializes a new instance of the CustomPrintEventArgs class.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public CustomPrintEventArgs(
    IVisualBrick brick,
    Rectangle rect
)

Parameters

Name Type
brick DevExpress.XtraPrinting.IVisualBrick
rect Rectangle
See Also