Create table programmatically
问题 I am working on devexreport and I want to create a table programmatically I use these codes but have a little problem. DevExpress.XtraReports.UI.XRTable tbl = new XRTable(); DevExpress.XtraReports.UI.XRBarCode xrBarCode = new XRBarCode(); Detail1.Controls.Add(tbl); tbl.Location = new System.Drawing.Point(358, 17); tbl.Size = new System.Drawing.Size(358, 50); tbl.Borders = (DevExpress.XtraPrinting.BorderSide) (((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)