Page break on a RDLC Report Table
问题 I have a Table on a RDLC Report. The number of table's rows increases dinamically according to my dataset. When I print my report to a PDF document, if the cell's text is too 'big', it prints every table on the next page of the document. All I need is to break the table whenever it will be necessary. How can I do that? Any ideas ? I've tried to set both table and textbox's Keep Together property to False and it dosent's worked out... SOLUTION: On the bottom of report designer there are a Row