private void FrmInXuatKho_Load(object sender, EventArgs e) { string strMaXuatkho = this.Tag.ToString(); crpXuatKho crp = new crpXuatKho(); crp.SetParameterValue("MaXuatKho", strMaXuatkho); crvInXuatKho.ReportSource = crp; }
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { crpXuatKho rpt = new crpXuatKho(); rpt.Site = this.Site; return(rpt); }
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { crpXuatKho rpt = new crpXuatKho(); rpt.Site = this.Site; return rpt; }