Hello,
I made a program that fills a crystal report as a bill.
But if i make the bill so big that they need more than 1 page, then the crystal report makes a 2nd report. But thats with the Section2 and section5.
Section2 is only on the first page needed
Section5 is only on the last page needed
So how can i configure this? With code or some properties of the crystal report?
From code i can put some sections to: height = 0;
But how can i see how many pages there are....
I made a program that fills a crystal report as a bill.
But if i make the bill so big that they need more than 1 page, then the crystal report makes a 2nd report. But thats with the Section2 and section5.
Section2 is only on the first page needed
Section5 is only on the last page needed
So how can i configure this? With code or some properties of the crystal report?
From code i can put some sections to: height = 0;
But how can i see how many pages there are....