Hi Karishma,
Hope all is great. xlsx output can be a bit painful.
I use this script in the beforeFactory event of the report and set the page break on the table to match
reportContext.getAppContext().put("MAX_PAGE_BREAK_INTERVAL",1000000);
if(reportContext.getOutputFormat()=="xlsx")
{
if(pageNumber >1 )
{
this.getStyle().display="none";
}
}
I hope this helps
Daz
------------------------------
Darren Hornidge
Asset Care Systems Manager
CCEP
Melbourne VIC
------------------------------
Original Message:
Sent: Mon October 21, 2024 08:52 PM
From: karishma patil
Subject: BIRT report xlsx breaking pages for a table want to have data for that table in one tab
BIRT report xlsx breaking pages for a table want to have data for that table in one tab
Tried setting page break properties before ,after ,inside auto and page break interval to 0 did not work