Z Axis move to front

Stimulsoft Reports.WEB discussion
Post Reply
burkovsky
Posts: 8
Joined: Thu Oct 15, 2009 4:49 am
Location: Germany

Z Axis move to front

Post by burkovsky »

I have a report with an rounded rectange and a textbox. The textbox should lay above the top line. I see it correctly in html preview but it doesn't render correctly into pdf. It should be |------ some text -----|. I don't know what do I wrong. Any idea?




GlassBrush,Gray,True,0.2
2,2.2,4.2,0.8

Arial,8
0,0,0,0
Text1


some text
Black
Expression


1,2.6,7.4,3.2
Black
a5fb1199bd594c0f9ef4e6fe04c2aa72
RoundedRectangle1


0.2


1,2.6,0,0
StartPointPrimitive1


a5fb1199bd594c0f9ef4e6fe04c2aa72


8.4,5.8,0,0
EndPointPrimitive1


a5fb1199bd594c0f9ef4e6fe04c2aa72



Regards,
Ladislav
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Z Axis move to front

Post by Ivan »

Hello,
I have a report with an rounded rectange and a textbox. The textbox should lay above the top line. I see it correctly in html preview but it doesn't render correctly into pdf. It should be |------ some text -----|. I don't know what do I wrong. Any idea?
We couldn't reproduce this bug.
Which version of Stimulsoft Reports do you use?
Can you please send us a sample report, which reproduce the issue?

Thank you.
burkovsky
Posts: 8
Joined: Thu Oct 15, 2009 4:49 am
Location: Germany

Z Axis move to front

Post by burkovsky »

I don't know how to reach you per email. So I paste my report here.










EngineV2




None;Black;2;Solid;False;4;Black
Transparent


LightCoral
1.2,0.4,1.8,0.6

Arial,8
0,0,0,0
Text1


test text
Black
Expression


0.6,0.8,4.2,1.8
Black
e1001a47354043f4aafccc48f83dc4e0
RoundedRectangle1


0.2


0.6,0.8,0,0
StartPointPrimitive1


e1001a47354043f4aafccc48f83dc4e0


4.8,2.6,0,0
EndPointPrimitive1


e1001a47354043f4aafccc48f83dc4e0



274fff11f2114aaab05634660e0b1af8
1,1,1,1
Page1

29.7
21


Arial,100
[50:0:0:0]





System.Dll
System.Drawing.Dll
System.Windows.Forms.Dll
System.Data.Dll
System.Xml.Dll
Stimulsoft.Controls.Dll
Stimulsoft.Base.Dll
Stimulsoft.Report.Dll

Report
10/19/2009 11:30:48 AM
10/19/2009 11:28:10 AM
C:\Dokumente und Einstellungen\lbu--\Desktop\stuff\Report.mrt
0aeeb6246bd34442b886c815e987f20e
Report
Centimeters
2009.2.500
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{

public class Report : Stimulsoft.Report.StiReport
{

public Report()
{
this.InitializeComponent();
}
#region StiReport Designer generated code - do not modify#endregion StiReport Designer generated code - do not modify
}
}

CSharp



I open it Designer .net and it doesn't genereate the expected pdf.

Regards,
Ladislav
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Z Axis move to front

Post by Edward »

Hi Ladislav,

Thank you for the report template. I was able to generate pdf file based on it without any problems.

Maybe you used some additional settings for export rather than standard, default options.

Which version of Windows did you used.

Thank you.
burkovsky
Posts: 8
Joined: Thu Oct 15, 2009 4:49 am
Location: Germany

Z Axis move to front

Post by burkovsky »

Hi,

I use WinXP German. I found a workaroung to use shape instead rounded rectangle.

Regards,
Ladislav
Attachments
248.Report.pdf
(2.55 KiB) Downloaded 320 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Z Axis move to front

Post by Edward »

Hi Ladislav,

Please let us know if any help is required.

Thank you.
Post Reply