Take control over TRVReportHelper

General TRichView support forum. Please post your questions here
Post Reply
DmitriPopov
Posts: 29
Joined: Tue Dec 15, 2009 10:01 am

Take control over TRVReportHelper

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Keeping items on the same page - rvpaoKeepLinesTogether and rvpaoKeepWithNext options for paragraph styles.

Repeated table header - table.HeadingRowCount property.
DmitriPopov
Posts: 29
Joined: Tue Dec 15, 2009 10:01 am

Post by DmitriPopov »

Thank you, this should resolve some of the tasks.
Post Reply