- private void rptTest_ReportStart(object sender, EventArgs e)
- {
- CrossSectionBox cs = new CrossSectionBox();
- cs.Bottom = 0.25F;
- cs.Left = 3F;
- cs.LineWeight = 1F;
- cs.Name = "cs1";
- cs.Right = 5F;
- cs.Top = 0.25F;
- this.groupHeader1.Controls.Add(cs);
- //this.pageHeader.Controls.Add(cs);
- }
复制代码 |