RunTimeReportBulding
-
- Posts: 7
- Joined: Sat Jul 16, 2011 3:11 am
RunTimeReportBulding
rfefre.
RunTimeReportBulding
Hello,
Please send your report template to support@stimulsoft.com referring to this forum thread.
Thank you.
Please send your report template to support@stimulsoft.com referring to this forum thread.
Thank you.
RunTimeReportBulding
Hello.
Please, see attached project.
Thank you.
Please, see attached project.
Thank you.
- Attachments
-
- 1367.SampleProject.zip
- (11.05 KiB) Downloaded 213 times
-
- Posts: 7
- Joined: Sat Jul 16, 2011 3:11 am
RunTimeReportBulding
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?
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?