Skip to main content

PrintRowEventArgs Properties

Provides data for the GridView.BeforePrintRow event.
Name Description
BrickGraphics Gets a BrickGraphics object that implements report drawing functions.
Graphics Gets a GDI+ grid’s drawing surface.
HasFooter Gets whether the row contains a footer.
Level Gets the group level of the printed row .
PS Gets the PrintingSystem object that provides methods to create bricks in the printout/export output.
RowHandle Gets the handle of the printed row.
X Gets or sets the X coordinate, in pixels, where the next row will be drawn in the printout/export output.
Y Gets or sets the Y coordinate, in pixels, where the next row will be drawn in the printout/export output.
See Also