| | |
| | | using System; |
| | | using System.Data; |
| | | using System.IO; |
| | | using System.Windows.Forms; |
| | | using DevExpress.XtraEditors; |
| | | using FastReport; |
| | | using DevExpress.XtraEditors; |
| | | using FastReport.Design; |
| | | using Gs.DevApp.ToolBox; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Data; |
| | | using System.IO; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace Gs.DevApp.DevFrm.Sys |
| | | { |
| | |
| | | _rptGuid = strGuid; |
| | | _rptParameter = rptParameter; |
| | | InitializeComponent(); |
| | | Text = _rptParameter + "报表设计:设计时请参考字段说明,建议z开头为主表,m开头为明细表"; |
| | | var report = new Report(); |
| | | Text = _rptParameter + "报表设计:zb为主表,mx1明细表1,mx2为明细表2"; |
| | | var report = new FastReport.Report(); |
| | | var RptRow = new DataTable(); |
| | | var _obj = new |
| | | { |
| | |
| | | { |
| | | report.Load(Stream); |
| | | } |
| | | var d = dy.reportCol; |
| | | foreach (var a in d) listBox1.Items.Add(a); |
| | | } |
| | | } |
| | | else |