Esempio n. 1
0
        private void FormInfEmpleadosInactivos_Load(object sender, EventArgs e)
        {
            crystalReportEmpleadosInactivos InfEmpleadosInactivos = new crystalReportEmpleadosInactivos();

            InfEmpleadosInactivos.SetParameterValue("@TotalInactivo", "Inactivo");
            crystalReportEmpleadosInactivos.ReportSource = InfEmpleadosInactivos;
        }
Esempio n. 2
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            crystalReportEmpleadosInactivos rpt = new crystalReportEmpleadosInactivos();

            rpt.Site = this.Site;
            return(rpt);
        }