How to display all the rows in a table in case of multiple pages output
Can any one tell me. What property/code to be used in my problem which is described below.
In my .rtf report,in the body section i have a table with 3 rows, 1st and 3 rd row have static text message and i the second row in which i display dynamic text messages from db table.
When the second row have more text message to be printed.
Header,Footer and 1st and 2nd row of the table are printed in all the pages but only 3rd row is printing at last page.
Can any one tell me how to print the 3rd row as well in all the pages of my report.