Avoid print just table header at bottom
Hello,
It is possible to avoid to print a table when there isn't enough place to print at least 1 data row ?
You'll here find a screenshot to illustrate my problem.
Thanks in advance.
Jonathan.
It is possible to avoid to print a table when there isn't enough place to print at least 1 data row ?
You'll here find a screenshot to illustrate my problem.
Thanks in advance.
Jonathan.
Comments
Thanks.
Use the header's property KeepWithData.
I tried KeepWithData, but I still have the problem.
I prepared you a sample modified from your demo in menu Table->Row Datasource
Could you take a look to this example and see if I missed something
Thanks a lot.
Jonathan.
The keep mechanism is not working because the table object genegates own bands when printed. You may add the header to the table object and tell the header to keep with at least one data row.
tell the header to keep with at least one data row -> Please, I can't see how to do this, could you modify the simple sample I sent in my second message of this thread.
Many thanks. Jonathan
Jonathan.