Page 1 of 1

Printing ReportHelper

Posted: Thu Feb 26, 2015 6:03 pm
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.

Posted: Fri Feb 27, 2015 6:22 am
by Sergey Tkachenko
Currently, it is possible only for the last page (GetLastPageHeight) (not the last formatted page, but for very last page).