Export Report to PDF

Stimulsoft Reports.WEB discussion
Post Reply
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Export Report to PDF

Post by G.hammad »

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 ?!
Attachments
print report
print report
PrintReport.PNG (5.23 KiB) Viewed 2075 times
save as PDF
save as PDF
ReportsaveAsPDF.PNG (29.05 KiB) Viewed 2075 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Export Report to PDF

Post by HighAley »

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.
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: Export Report to PDF

Post by G.hammad »

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,
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Export Report to PDF

Post by HighAley »

Hello.

Good.
We should also add that usually you should set the Grow To Height property of the text components to true.

Thank you.
Post Reply