Called by the framework to print the certain grid row.
- Returns
- Nonzero if the row is not the last row on the page being printed and printing should be continued. Returns 0, when the row is below the current visible page and the grid control should not continue printing the rest of rows.
Called by the framework to print the certain grid row. Override this function if you need to customize row printing.
- Parameters
-
pDC | Points to the printer device context. |
pInfo | Points to a CPrintInfo structure that describes the current print job. |
pItem | Points to a grid row object to be printed. |