Hello,
I'm trying to print and export report with item name has large length and warp property = true so can break item name to two line this work okay when print report and fully item name appear clearly like pic below .
but when export same report with same property to pdf the item name shown partially not fully name as shown in second pic below.
to be know i'm using data bind component : with can grow property = true & can shrink property = true
and all text box in data band has height = 0.4 but can grow and can shrink = false for these text box control and now dock style apply on these text boxes.
can you plaese explain for me why this happen on PDF ?!
Export Report to PDF
Export Report to PDF
- Attachments
-
- print report
- PrintReport.PNG (5.23 KiB) Viewed 2075 times
-
- save as PDF
- ReportsaveAsPDF.PNG (29.05 KiB) Viewed 2075 times
Re: Export Report to PDF
Hello.
The report exported to PDF is shown right. In HTML the components grow automatically it text doesn't fit in the cell. At printing you get the same.
If you need to see the report in PDF as well as on printing, you should set the Can Grow property of all text properties to true.
Thank you.
The report exported to PDF is shown right. In HTML the components grow automatically it text doesn't fit in the cell. At printing you get the same.
If you need to see the report in PDF as well as on printing, you should set the Can Grow property of all text properties to true.
Thank you.
Re: Export Report to PDF
Hello HighAley,
thanks for your quick answer
i'm trying what you say and apply grow property = true it's work only for item name text box so the border of item name drop down different than other text boxes beside it but no problem i'm set all these text boxes inside panel so everything is Ok write now
thanks again,
thanks for your quick answer

i'm trying what you say and apply grow property = true it's work only for item name text box so the border of item name drop down different than other text boxes beside it but no problem i'm set all these text boxes inside panel so everything is Ok write now

thanks again,
Re: Export Report to PDF
Hello.
Good.
We should also add that usually you should set the Grow To Height property of the text components to true.
Thank you.
Good.
We should also add that usually you should set the Grow To Height property of the text components to true.
Thank you.