public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     crLISTADODECTACTEDETALLADO rpt = new crLISTADODECTACTEDETALLADO();
     rpt.Site = this.Site;
     return rpt;
 }
示例#2
0
 private void LISTADODECTACTEDETALLADO(DataTable dtDatos)
 {
     VISTA.Informes.crLISTADODECTACTEDETALLADO INFO = new Informes.crLISTADODECTACTEDETALLADO();
     INFO.SetDataSource(dtDatos);
     crVIEWER.ReportSource = INFO;
 }