Page 1 of 1

Take control over TRVReportHelper

Posted: Tue Aug 02, 2011 1:17 pm
by DmitriPopov
Hello!

I need to have more control over how TRVReportHelper renders document. For example, to force it to keep some items on the same page or repeat table header on new page if printing splits a table into pages.

Brief studying of documentation shows that there's no way to do that except altering source code to add necessary functions. Can you please show me direction on where to start digging source code for that?

I am using TRichView 12.6.1.

Posted: Wed Aug 03, 2011 5:34 pm
by Sergey Tkachenko
Keeping items on the same page - rvpaoKeepLinesTogether and rvpaoKeepWithNext options for paragraph styles.

Repeated table header - table.HeadingRowCount property.

Posted: Thu Aug 04, 2011 6:46 pm
by DmitriPopov
Thank you, this should resolve some of the tasks.