Page 1 of 3

Can grow property cutting lines/data

Posted: Tue Jan 29, 2013 12:49 pm
by Ricardo
Hello,

I'm having some troubles with the Can grow property and I cannot find what I'm doing wrong...

Both, in text component and in crosstab component cells it seems that as much at it grows, lines have being cut...

What can I do to fix this problem?

Thanks in advance
Ricardo

Re: Can grow property cutting lines/data

Posted: Tue Jan 29, 2013 1:41 pm
by Alex K.
Hello,

We couldn't reproduce this bug.
Please check the last prerelease build.

Thank you.

Re: Can grow property cutting lines/data

Posted: Tue Jan 29, 2013 3:27 pm
by Ricardo
Hello, Aleksey

Thanks for reply.

I´m current using the release 2013.1.1506 from 28-Jan-2013 and the problem still occur.
Note that for this specific issue ( Can grow propriety ) is file to test is the Cond787Emi1587.xml instead of Cond493Emi38046.xml that is in the reply's image Capture.PNG.
In Cond787Emi1587.xml are issue in crosstab behavior too..
Below are a .pdf reproducing the error..

Thanks
Ricardo

Re: Can grow property cutting lines/data

Posted: Wed Jan 30, 2013 7:43 am
by HighAley
Hello.

We couldn't reproduce the issue.
Please, send us a step-by-step instruction how to reproduce it or a video where we'll be able to see it.

Thank you.

Re: Can grow property cutting lines/data

Posted: Wed Jan 30, 2013 6:51 pm
by Ricardo
Hello, Aleksey

I´m re-testing the report in Stimul Enviroment in Preview mode and it seems to be be alright but, apparently, when it is exported to PDF format using the method

_Report.ExportDocument(StiExportFormat.Pdf, Arquivo) it's seems to collapse...

Also, I don't known if it's directly related, but using a component StiMobileViewer to visualize the report, when I change the zoom of the view
font's size change too, the viewer seems that are not fixing the font's size, and sometimes it is cutting data and sometimes isn't.

I hope this additional information can help you to find out my problem

Thanks for help
Ricardo

Re: Can grow property cutting lines/data

Posted: Thu Jan 31, 2013 6:12 am
by HighAley
Hello, Ricardo.
Ricardo wrote:I´m re-testing the report in Stimul Enviroment in Preview mode and it seems to be be alright but, apparently, when it is exported to PDF format using the method

_Report.ExportDocument(StiExportFormat.Pdf, Arquivo) it's seems to collapse...
Please, send us a rendered report file (mdc-file) and the exported pdf for analysis. You could get it with next code:

Code: Select all

_Report.SaveDocument(@"c:\report.mdc");
Ricardo wrote:Also, I don't known if it's directly related, but using a component StiMobileViewer to visualize the report, when I change the zoom of the view
font's size change too, the viewer seems that are not fixing the font's size, and sometimes it is cutting data and sometimes isn't.
Could you send us more information about this problem? How do you change zoom?

Thank you.

Re: Can grow property cutting lines/data

Posted: Thu Jan 31, 2013 12:51 pm
by Ricardo
Hi, Aleksey

I´m exploring better our code(as I saw that the problem isn't with mrt itself) and I think that I found what the problem is...

I need to generate reports in "A4" and "Letter" sizes, and when using method StiResizeReportHelper.ResizeReport to resize my report(specifically when it use StiResizeReportOptions.RescaleContent to rescale content ) it seems that it are rescaling only lines, shapes and text's wrapper and are not rearranging the content itself.

The report I'm generating is in landscape orientation. Then, when I'm setting it to "A4" it are decreasing height and causing data lost.

The issue with the Viewer is the same: Paper size. Either zooming by scroll button mouse or by the Viewer zoom control.

What can I do to solve it?
Thanks
Ricardo

Re: Can grow property cutting lines/data

Posted: Fri Feb 01, 2013 2:18 pm
by HighAley
Hello.

Sorry, we need a little more time to prepare an answer for you.

Thank you.

Re: Can grow property cutting lines/data

Posted: Mon Feb 04, 2013 6:35 am
by HighAley
Hello.

You didn't write us code that you use.
We still couldn't reproduce your issue.
Could you send us a working project which reproduces the issue.

Thank you.

Re: Can grow property cutting lines/data

Posted: Wed Feb 06, 2013 6:32 pm
by Ricardo
Hello, Aleksey

Thanks for reply.

Below is working project which reproduces the issue...

Thanks
Ricardo