Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
set pagebreak using DEAPI
mohammadgh
Hi,
I want to set the pagebreak section of my detail row and set the page break after to "always", this should get one row per page.
how can i do it with dynamically using DEAPI?
thanks!!!
Mohammad Ghasemi hamed
Find more posts tagged with
Comments
mwilliams
Hi Mohammad,
In the onCreate script for your detail row, you can do this:
this.getStyle().pageBreakAfter = "Always";
Hope this helps.
mohammadgh
I want to change it dynamically in runtime with DEAPI,
so what i have to set what property?
can you guide me a little cause im a newby !!!
thanks
Mohammad
mwilliams
Mohammad,
You should be able to call the script methods through the API's when designing your report.