コード例 #1
0
ファイル: InventoryTSCD.cs プロジェクト: thinhlv/PTTKHT_QLST
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            InventoryTSCD rpt = new InventoryTSCD();

            rpt.Site = this.Site;
            return(rpt);
        }
コード例 #2
0
ファイル: InventoryTSCD.cs プロジェクト: thinhlv/PTTKHT_QLST
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     InventoryTSCD rpt = new InventoryTSCD();
     rpt.Site = this.Site;
     return rpt;
 }