Hello,
thank you for the reply.
set the MaxSize for the Chart
My sample was simplified. In real case, we don't know the possible max size for the chart, because of additional (header/footer) bands before/after panel/chart which can grow & shrink

So, I have to check if this solution may work for us (I don't think so).
But there is a further issue with this solution: The data bands are splitted between two pages. I have set KeepDetails=KeepDetailsTogether and CanBreak=false and combinations of them, but no impact on ouput
set UnlimitedHeight=true and UnlimitedBreakable=false for the Page
With these options, the chart will be printed over all pages. Sorry, I have forgot to set the PrintOn property for the chart to "OnlyFirstPage", which is required

And all pages are printed on one large page? Can I get three separate pages?