Hi,
I have an issue regarding my Work with the VSPrinter control. I try to print a table, which goes over more than one page, with its header on the top of every page.
I know this is generally possible with the .AddTable() Method, but my Header is a multi Row Header with different formatted Rows, which I create by using the .TableCell Method
to build my Table.
My first choice was to intercept the NEwPage() or EndPage() events, but imho they are fired after the whole table is build?
How can I intercept in the table building process, in the moment, when the table reaches an end of a single page?
I'm really loooking forward for your help, thanks in advance
Sincerely,
SDKTeam