Skip to main content

PrintRowEventArgs Constructors

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