Exemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            SGX00000RG rpt = new SGX00000RG();

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
        public virtual ReportDocument CreateReport()
        {
            SGX00000RG sgX00000Rg = new SGX00000RG();

            sgX00000Rg.Site = this.Site;
            return((ReportDocument)sgX00000Rg);
        }