Esempio n. 1
0
 public XtraReport2()
 {
     InitializeComponent();
     Content       = new ReportContent();
     Content.Title = "国网浙江慈溪市供电公司非居民用户电费复核单据 (二次抄表)";
 }
Esempio n. 2
0
 public void SetReportContent(ReportContent _content)
 {
     Content       = _content;
     xrLabel1.Text = Content.Title;
     this.CreateDocument();
 }
Esempio n. 3
0
 public void SetReportContent(ReportContent _content)
 {
     Content = _content;
     xrLabel1.Text = Content.Title;
     this.CreateDocument();
 }
Esempio n. 4
0
 public XtraReport2()
 {
     InitializeComponent();
     Content = new ReportContent();
     Content.Title = "国网浙江慈溪市供电公司非居民用户电费复核单据 (二次抄表)";
 }
Esempio n. 5
0
 public void SetReportContent(ReportContent content)
 {
     Content = content;
     textBox1.Text = Content.Title;
 }
Esempio n. 6
0
 public ReportSetupForm()
 {
     InitializeComponent();
     Content = new ReportContent();
 }