コード例 #1
0
 private void frmPhiCapThe_Load(object sender, EventArgs e)
 {
     Report.crPhiCapThe ttv = new Report.crPhiCapThe();
     ttv.Refresh();
     CRLePhi.ReportSource = ttv;
     CRLePhi.Refresh();
 }
コード例 #2
0
ファイル: crPhiCapThe.cs プロジェクト: thesi/QUAN_LY_THU_VIEN
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            crPhiCapThe rpt = new crPhiCapThe();

            rpt.Site = this.Site;
            return(rpt);
        }