I need to ctreate a report in the Table format. Table must have fixed amount of rows but it will be filled depending on the amount of data in the report. Some report may have a few rows of the table filled and some will have 3 or more pages...
I was thinking of creating dynamic report that will add new textbox for each record in the table. But it does not work as I cannot create controls during runtime. I have seen advices to pre-create all the textboxes in advance and in runtime to control their visibility. That seems not a good idea to me as I do not know how many records will be returned.
I can create a table full of textboxes, but once this table is filled, how do I continue filling the next one in the next page?
Any other suggestions?
Y770
I was thinking of creating dynamic report that will add new textbox for each record in the table. But it does not work as I cannot create controls during runtime. I have seen advices to pre-create all the textboxes in advance and in runtime to control their visibility. That seems not a good idea to me as I do not know how many records will be returned.
I can create a table full of textboxes, but once this table is filled, how do I continue filling the next one in the next page?
Any other suggestions?
Y770