I am facing with a problem while developing with DataReport.
I have RptTextBox in my "Detail" section, those RptTextBox are set with CanGrow=True in case of they are longer string. I draw horizontal and vertical lines so that the report looks in tabular format. However it comes to the problem as RptTextBox can grow, while Line cannot grow. The output of the report is as attached.
Any solution for me?
Some said I need to determine the maximum character from the database, and then adjust the width in DataReport accordingly. But this is not what I wanted because I need to print the report in portrait format and they are many columns per row.