How to print some text below the Grid on the last page.

I have a grid which expands more than one page while printing. I have to print summary columns(like amount, profit%, totals etc..) below the grid on the last page but not as a footer.
How to do so?

Thank's
Pradeep.

1 Reply

AD Administrator Syncfusion Team March 6, 2007 07:25 PM UTC

Hi Pradeep,

One way you can do this by overriding OnPrintPage method in GridPrintDocument and draw the summary values in a last page by testing ev.HasMorePages property. Here is a minimal sample that prints summary text using OnPrintPage override.

Sample : PrintHeaderFooter.zip

Best regards,
Haneef

Loader.
Up arrow icon