RunTimeReportBulding

Stimulsoft Reports.Silverlight discussion
Locked
eli_dani22
Posts: 7
Joined: Sat Jul 16, 2011 3:11 am

RunTimeReportBulding

Post by eli_dani22 »

rfefre.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

RunTimeReportBulding

Post by Andrew »

Hello,

Please send your report template to support@stimulsoft.com referring to this forum thread.

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

RunTimeReportBulding

Post by HighAley »

Hello.

Please, see attached project.

Thank you.
Attachments
1367.SampleProject.zip
(11.05 KiB) Downloaded 214 times
eli_dani22
Posts: 7
Joined: Sat Jul 16, 2011 3:11 am

RunTimeReportBulding

Post by eli_dani22 »

Hi
thank you very much.i can solve my problem via the attached project.
now i want to add a vertical line to my pagefooter band.my code is as follow:

//line = new StiVerticalLinePrimitive();
//line.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.2, 13.4, 0.0254, EmpImg.Height);
//line.Color = System.Drawing.Color.Black;
//line.Name = "VerticalLinePrimitive" + i.ToString();
//line.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
//line.Interaction = null;
//line.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
//line.Left = NameX;
//line.PrintOn = StiPrintOnType.AllPages;
//line.Top = txtName.Bottom;
//line.ComponentPlacement = "h";
//band.Components.Add(line);

but in run time line is innvisible?where is the problem?
Locked