keeping headers together with data
Posted: Mon Mar 04, 2013 9:27 am
Hello,
I have a problem with keeping headers together with the data. I have the main report with data from some data table and then I have the subreport with data from some other table which has a foreign key to the first table. The subreport consists from the label, header of the table and data. If the data are splitted over more pages then I want to have the label only on the first site but the table header on the beginning of the each new site. This "problem" I solved with 2 HeaderBands and setting the Print on All Pages property of the first HeaderBand (with the label) to false. What I want to accomplish is not to show only the label at the end of first page (or the label and header) and the data on the next page. I want to keep the label and header together with at least one data record.
Thank you for you answer,
Regi
I have a problem with keeping headers together with the data. I have the main report with data from some data table and then I have the subreport with data from some other table which has a foreign key to the first table. The subreport consists from the label, header of the table and data. If the data are splitted over more pages then I want to have the label only on the first site but the table header on the beginning of the each new site. This "problem" I solved with 2 HeaderBands and setting the Print on All Pages property of the first HeaderBand (with the label) to false. What I want to accomplish is not to show only the label at the end of first page (or the label and header) and the data on the next page. I want to keep the label and header together with at least one data record.
Thank you for you answer,
Regi