CancelPrintRowEventArgs Constructors
Provides data for the GridView.BeforePrintRow event.Name | Parameters | Description |
---|---|---|
CancelPrintRowEventArgs(PrintingSystemBase, Graphics, BrickGraphics, Int32, Int32, Int32, Int32, Boolean) | ips, g, graph, rowHandle, level, x, y, hasRowFooter | Initializes a new instance of the CancelPrintRowEventArgs class with specified settings. |
CancelPrintRowEventArgs(PrintingSystemBase, Graphics, BrickGraphics, Int32, Int32, Int32, Int32) | ips, g, graph, rowHandle, level, x, y | Initializes a new instance of the CancelPrintRowEventArgs class with specified settings. |
See Also