Page 1 of 1

Z Axis move to front

Posted: Fri Oct 16, 2009 6:46 am
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

Z Axis move to front

Posted: Fri Oct 16, 2009 4:42 pm
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.

Z Axis move to front

Posted: Mon Oct 19, 2009 4:33 am
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

Z Axis move to front

Posted: Mon Oct 19, 2009 6:04 am
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.

Z Axis move to front

Posted: Mon Oct 19, 2009 6:57 am
by burkovsky
Hi,

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

Regards,
Ladislav

Z Axis move to front

Posted: Wed Oct 21, 2009 9:00 am
by Edward
Hi Ladislav,

Please let us know if any help is required.

Thank you.