Can grow property cutting lines/data
Can grow property cutting lines/data
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
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
- Attachments
-
- BugStimul_Envio.mrt
- (91.29 KiB) Downloaded 219 times
-
- Cond787Emi1587P1.xsd
- (7.4 KiB) Downloaded 193 times
-
- Cond787Emi1587P1.xml
- (140.99 KiB) Downloaded 223 times
-
- Cond787Emi1587P1.jpg (134.65 KiB) Viewed 3105 times
Re: Can grow property cutting lines/data
Hello,
We couldn't reproduce this bug.
Please check the last prerelease build.
Thank you.
We couldn't reproduce this bug.
Please check the last prerelease build.
Thank you.
- Attachments
-
- Capture.PNG (57.83 KiB) Viewed 3102 times
Re: Can grow property cutting lines/data
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
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
- Attachments
-
- Cond787Emi1587.pdf
- (107.75 KiB) Downloaded 464 times
Re: Can grow property cutting lines/data
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.
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
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
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
- Attachments
-
- Cond787Emi1587P_Viewer2.JPG (180.31 KiB) Viewed 3090 times
-
- Cond787Emi1587P_Viewer1.JPG (173.01 KiB) Viewed 3090 times
Re: Can grow property cutting lines/data
Hello, Ricardo.
Thank you.
Please, send us a rendered report file (mdc-file) and the exported pdf for analysis. You could get it with next code: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...
Code: Select all
_Report.SaveDocument(@"c:\report.mdc");
Could you send us more information about this problem? How do you change zoom?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.
Thank you.
Re: Can grow property cutting lines/data
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
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
Hello.
Sorry, we need a little more time to prepare an answer for you.
Thank you.
Sorry, we need a little more time to prepare an answer for you.
Thank you.
Re: Can grow property cutting lines/data
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.
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
Hello, Aleksey
Thanks for reply.
Below is working project which reproduces the issue...
Thanks
Ricardo
Thanks for reply.
Below is working project which reproduces the issue...
Thanks
Ricardo
- Attachments
-
- Test_RepostStimul.rar
- (15.15 MiB) Downloaded 239 times