Page 1 of 1

RunTimeReportBulding

Posted: Wed Oct 12, 2011 2:20 am
by eli_dani22
rfefre.

RunTimeReportBulding

Posted: Thu Oct 13, 2011 10:37 pm
by Andrew
Hello,

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

Thank you.

RunTimeReportBulding

Posted: Fri Oct 14, 2011 3:07 am
by HighAley
Hello.

Please, see attached project.

Thank you.

RunTimeReportBulding

Posted: Sat Oct 15, 2011 2:26 am
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?