Can grow property cutting lines/data

Stimulsoft Reports.NET discussion
Ricardo
Posts: 7
Joined: Wed Jan 23, 2013 7:19 pm

Can grow property cutting lines/data

Post 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
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
Cond787Emi1587P1.jpg (134.65 KiB) Viewed 3106 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Can grow property cutting lines/data

Post by Alex K. »

Hello,

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

Thank you.
Attachments
Capture.PNG
Capture.PNG (57.83 KiB) Viewed 3103 times
Ricardo
Posts: 7
Joined: Wed Jan 23, 2013 7:19 pm

Re: Can grow property cutting lines/data

Post 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
Attachments
Cond787Emi1587.pdf
(107.75 KiB) Downloaded 464 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Can grow property cutting lines/data

Post 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.
Ricardo
Posts: 7
Joined: Wed Jan 23, 2013 7:19 pm

Re: Can grow property cutting lines/data

Post 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
Attachments
Cond787Emi1587P_Viewer2.JPG
Cond787Emi1587P_Viewer2.JPG (180.31 KiB) Viewed 3091 times
Cond787Emi1587P_Viewer1.JPG
Cond787Emi1587P_Viewer1.JPG (173.01 KiB) Viewed 3091 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Can grow property cutting lines/data

Post 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.
Ricardo
Posts: 7
Joined: Wed Jan 23, 2013 7:19 pm

Re: Can grow property cutting lines/data

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

Re: Can grow property cutting lines/data

Post by HighAley »

Hello.

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

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Can grow property cutting lines/data

Post 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.
Ricardo
Posts: 7
Joined: Wed Jan 23, 2013 7:19 pm

Re: Can grow property cutting lines/data

Post by Ricardo »

Hello, Aleksey

Thanks for reply.

Below is working project which reproduces the issue...

Thanks
Ricardo
Attachments
Test_RepostStimul.rar
(15.15 MiB) Downloaded 239 times
Post Reply