| | |
| | | using System; |
| | | using System.Data; |
| | | using System.IO; |
| | | using DevExpress.Utils.VisualEffects; |
| | | using DevExpress.XtraEditors; |
| | | using FastReport; |
| | | using Gs.DevApp.ToolBox; |
| | |
| | | public partial class RptPreview : XtraForm |
| | | { |
| | | private readonly string _rptParameter; |
| | | |
| | | public RptPreview(string rptParameter) |
| | | private readonly string _rptGuid; |
| | | public RptPreview(string strGuid, string rptParameter) |
| | | { |
| | | _rptParameter = rptParameter; |
| | | _rptGuid = strGuid; |
| | | InitializeComponent(); |
| | | Text = _rptParameter + "报表查看:"; |
| | | getRptData(); |
| | |
| | | { |
| | | var _obj = new |
| | | { |
| | | rptParameter = _rptParameter |
| | | rptParameter = _rptParameter, |
| | | guid = _rptGuid, |
| | | isDesign = 0 |
| | | }; |
| | | try |
| | | { |