Page 1 of 2

Print Issue

Posted: Sun Aug 27, 2017 3:46 am
by Ehsan
Hello

Please take a look at attached report,
Print is not correct(every page take extra space)

Think there is a data band that some rows is more than one line

Thanks

Re: Print Issue

Posted: Mon Aug 28, 2017 1:39 am
by Edward
Hi Ehsan,

Thank you very much for the sample project. The issue has been confirmed. We will let you know in this topic when the solution is found.

Thank you,
Edward
4970

Re: Print Issue

Posted: Tue Aug 29, 2017 9:44 am
by Ehsan
Thanks dears

Re: Print Issue

Posted: Wed Aug 30, 2017 9:01 pm
by Alex K.
Hello

We are working on the problem. We will let you know when the solution will be available.

Thank you.

Re: Print Issue

Posted: Tue Sep 19, 2017 11:08 am
by Ehsan
Hello,

Any news?

Re: Print Issue

Posted: Wed Sep 20, 2017 5:57 am
by Edward
Hi Ehsan,

It looks like the problem can be fixed as workaround. Please bear with us on that, we will update you once it has been confirmed doable.

Thank you,
Edward

Re: Print Issue

Posted: Sun Nov 05, 2017 12:31 pm
by Ehsan
Hello,

Is there any good news?

Re: Print Issue

Posted: Tue Nov 07, 2017 7:36 am
by Edward
Hi Ehsan,

Sorry for the delay with our reply. That is a known issue and we are working hard to solve it in the most elegant way.
I will keep you updated.

Thank you for your patience,
Edward

Re: Print Issue

Posted: Wed Nov 08, 2017 7:43 am
by Edward
Hi Ehsan,

There are lots of the text lines in the text components in the header band in your report, but the CanGrow property has not been switched on. That is why when the rendering of the text box is happening, the height of the text box is not increasing. If you render this in the .Net/Wpf viewer, then you will see that straight away, the extra text will be cut-off.
But when rendering in the web-viewer, the browser increasing the cells size by itself and that is why the actual page height is increasing.
To solve the problem:
Please set the CanGrow and GrowToHeight properties for all the components onthe HeaderBand.

Thank you,
Edward

Re: Print Issue

Posted: Sat Dec 02, 2017 7:36 am
by Ehsan
Hello

I did all of those, but still report print have the same issue.

Thanks