Ejemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            capacityPerR rpt = new capacityPerR();

            rpt.Site = this.Site;
            return(rpt);
        }
Ejemplo n.º 2
0
        private void buttonTotIncome_Click(object sender, EventArgs e)
        {
            RidersNo r = new RidersNo();

            r.Show();
            capacityPerR c = new capacityPerR();

            c.Load();
        }