CGXGridCore::ImplementPrinting
void ImplementPrinting();
Remarks
Grid Printing: Provides implementation of printing routines that allow you to print and print preview grid. Printing and Print Preview is implemented in the MFC framework. The MFC framework calls various virtual methods when printing a view. ImplementPrinting provides concrete implementations for the OnBeginPrinting, OnPrint and OnEndPrinting methods.
See Also
CGXGridCore::OnGridBeginPrinting CGXGridCore::OnGridPrint CGXGridCore::OnGridEndPrinting