Beispiel #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            CRAcumuladosPorTipo rpt = new CRAcumuladosPorTipo();

            rpt.Site = this.Site;
            return(rpt);
        }
Beispiel #2
0
 public static void AcumuladosPorTipo(DataSet fuente)
 {
     CRAcumuladosPorTipo crAcumuladosPorTipo = new CRAcumuladosPorTipo();
     crAcumuladosPorTipo.SetDataSource(fuente);
     FrmReportes visor = new FrmReportes(crAcumuladosPorTipo);
     visor.ShowDialog();
 }
Beispiel #3
0
        public static void AcumuladosPorTipo(DataSet fuente)
        {
            CRAcumuladosPorTipo crAcumuladosPorTipo = new CRAcumuladosPorTipo();

            crAcumuladosPorTipo.SetDataSource(fuente);
            FrmReportes visor = new FrmReportes(crAcumuladosPorTipo);

            visor.ShowDialog();
        }
Beispiel #4
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     CRAcumuladosPorTipo rpt = new CRAcumuladosPorTipo();
     rpt.Site = this.Site;
     return rpt;
 }