private void peliculasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReporteForm reporte = new ReporteForm();
     ReportePelicula rpt = new ReportePelicula();
     reporte.reportecrystalReportViewer.ReportSource = rpt;
     reporte.reportecrystalReportViewer.RefreshReport();
     reporte.ShowDialog();
 }
        private void peliculasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReporteForm     reporte = new ReporteForm();
            ReportePelicula rpt     = new ReportePelicula();

            reporte.reportecrystalReportViewer.ReportSource = rpt;
            reporte.reportecrystalReportViewer.RefreshReport();
            reporte.ShowDialog();
        }