示例#1
0
文件: CRReloj.cs 项目: hvivani/SOffT
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            CRReloj rpt = new CRReloj();

            rpt.Site = this.Site;
            return(rpt);
        }
示例#2
0
文件: CRReloj.cs 项目: hvivani/SOffT
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     CRReloj rpt = new CRReloj();
     rpt.Site = this.Site;
     return rpt;
 }