I am using RDLC to create a report.
In header, there is Textbox which has dynamic content.
When the height of Textbox content exceeds header height, it was overlain because header height is static.
So how to set the height of header is auto increasing?
Thanks in advance