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

CancelPrintRowEventArgs Properties

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