Repeat a table information in dynamically generating page in rtf template
Hi All,
I have a requirement to repeat a table data in the pages which are dynamically generating at run time. For example, I have a table data in the second page of rtf template which contains like below
Tax Invoice From | STARTDATE to ENDDATE |
MSSL No | MSSLNO |
Invoice No | INVNO |
But when the data is more, the output may run to 3rd or 4th page, etc. Now I want to print the above table information in the next subsequent pages which are dynamically generating. I cannot use it in header because I have different info in header to be displayed. Please help me to solve this issue.