Text Break in Report Reporting (RDLC)

2

I have a report that has the structure below:

And, almost, everything works correctly. However, when the response text of a question is too large (it has no character limit) the entire (report) line is moved to another page rather than breaking content lines.

This behavior causes in some situations a large white space between the report pages.

I would like to know how, or what, should I do to break the cell contents of the Resposta column.

    
asked by anonymous 13.01.2015 / 17:49

1 answer

2

As per this question in SOen, change the KeepTogether property of your TextBox to true , < to keep on the same page, or false , to break to another page.

    
15.01.2015 / 12:39