public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            财务月报表_管理费用开支合计 rpt = new 财务月报表_管理费用开支合计();

            rpt.Site = this.Site;
            return(rpt);
        }
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     财务月报表_管理费用开支合计 rpt = new 财务月报表_管理费用开支合计();
     rpt.Site = this.Site;
     return rpt;
 }