Vertical Line Behaviors Different Between Engine V1 and V2

Stimulsoft Reports.NET discussion
Post Reply
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Vertical Line Behaviors Different Between Engine V1 and V2

Post by suetpooi »

Good Evening, we found that the vertical line looks something wrong after the report engine change to V2. Please check attachment The horizontal line look great in Engine V1.pdf

Can I know any setting to resolve this issue? Or any alternate way?

Thank you and looking forward your reply. :D
Attachments
Horizontal line in Engine V1 and V2.pdf
(414.87 KiB) Downloaded 155 times
Last edited by suetpooi on Wed Mar 21, 2018 4:02 am, edited 2 times in total.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Horizontal Line Behaviors Different Between Engine V1 an

Post by Alex K. »

Hello,

Please check where are placed Start and End PointPrimitive. Most probably, start and end points are placed on different bands.

If the issue still present, please send your report for analysis.

Thank you.
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Horizontal Line Behaviors Different Between Engine V1 an

Post by suetpooi »

Here you go the start point and end point
Image

Has Changed start point and end point
Image

Result:
Image
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by Alex K. »

Hello,

Please send us your report template for analysis.

Also, you can check start and end points places on the Code Tab.

Thank you.
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by suetpooi »

Please check attachment, thank you. :D
Attachments
ReportTemplate.mrt
(73.84 KiB) Downloaded 141 times
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by Lech Kulikowski »

Hello,

We have checked your report, it should work correctly.

To reproduce the issue we need to render the report and it is often impossible to do it without data. We do not need your full database backup, but just a set of data to reproduce your issue. You could send some data to XML file if you write next code in the BeforePrint event of a page:
[YourDataSourceName].DataTable.DataSet.WriteXml(@"e:\data.xml");
[YourDataSourceName].DataTable.DataSet.WriteXmlSchema(@"e:\data.xsd");

Thank you.
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by suetpooi »

Please refer to attachment, thank you. :D
Attachments
TransitListing.xsd
(631.16 KiB) Downloaded 156 times
TransitListing.xml
(631.16 KiB) Downloaded 147 times
TransitListing.mrt
(58.65 KiB) Downloaded 142 times
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue. Please try to check the last release build.

Thank you.
Attachments
Capture.PNG
Capture.PNG (44.2 KiB) Viewed 3527 times
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by suetpooi »

I found an alternative way to solve it, thank you.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Vertical Line Behaviors Different Between Engine V1 and

Post by HighAley »

Hello.

Great!
Let us know if you need our help.

Thank you.
Post Reply