Page 1 of 1

Extra blank page when first row extends over a page

Posted: Thu Oct 27, 2016 6:58 pm
by hbdibit
Hello,

I am trying to generate a report where sometimes the first row of the report can be longer than a single page.
When this happens the report is rendered with an extra blank page at the front of the report.

Below is a provided example

Thanks
Craig

Re: Extra blank page when first row extends over a page

Posted: Fri Oct 28, 2016 1:59 pm
by Alex K.
Hello,

Please set the CanBreak property for Text and DataBand components.

Thank you.

Re: Extra blank page when first row extends over a page

Posted: Fri Feb 17, 2017 2:29 am
by hbdibit
Hello again,

Applying the CanBreak property on the Text and DataBand components works thank you.

however, we have just noticed that when saving the report to a csv file the datarows are being broken into two lines

is it possible to make it one single entry into the csv file?

thanks
Craig

Re: Extra blank page when first row extends over a page

Posted: Fri Feb 17, 2017 1:52 pm
by HighAley
Hello, Craig.

Please, try to set next properties of the page:
UnlimitedHeight = true
UnlimitedBreakable = false

Thank you.