How to achieve the page break in excel output by using XML reports
Hi,
I have created a XML custom report. My requirement is to show the project details under the customers in the EXCEL output by using XML reports.
In the output i have to show the each customer data in a new page instead of continuing the output to the same page for each customer.
I tried to achieve it by using the syntax "<?split-by-page-break:?>". But the output is not splitting into new page for each customer.
Instead of splitting the output into customer wise, the output is continuing for each new customer in the same page itself.
But when i see the output in PDF format, it is working fine. It is splitting the output into new page for each customer.
I have created a XML custom report. My requirement is to show the project details under the customers in the EXCEL output by using XML reports.
In the output i have to show the each customer data in a new page instead of continuing the output to the same page for each customer.
I tried to achieve it by using the syntax "<?split-by-page-break:?>". But the output is not splitting into new page for each customer.
Instead of splitting the output into customer wise, the output is continuing for each new customer in the same page itself.
But when i see the output in PDF format, it is working fine. It is splitting the output into new page for each customer.
0