BCGSuite for MFC
virtual int CBCGPGridCtrl::OnPrintItem ( CDC *  pDC,
CPrintInfo *  pInfo,
CBCGPGridRow pItem 
) const
virtual

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
pDCPoints to the printer device context.
pInfoPoints to a CPrintInfo structure that describes the current print job.
pItemPoints to a grid row object to be printed.