Printing ReportHelper

General TRichView support forum. Please post your questions here
Post Reply
Agus6
Posts: 1
Joined: Wed Jan 14, 2015 8:32 am

Printing ReportHelper

Post by Agus6 »

Hi,

We are printing the ReportHelper's RichView's content,
but in the actual point of the project, we need to know
the amount of unused space where it was impossible to display data,
from the space assigned to the FormatNextPage(AMaxHeight: Integer) function.

In most of the cases, it's part of the content's line's height,
not enough for printing at the end of the page.

Is it possible to get this unused space in pixels from the ReportHelper?

Thanks in advance,

Agusti.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Currently, it is possible only for the last page (GetLastPageHeight) (not the last formatted page, but for very last page).
Post Reply