Exemplo n.º 1
0
        private void FacturacrystalReportViewer_Load(object sender, EventArgs e)
        {
            FacturaReporte abrir = new FacturaReporte();

            abrir.SetDataSource(datos);
            FacturacrystalReportViewer.ReportSource = abrir;
            FacturacrystalReportViewer.Refresh();
        }
Exemplo n.º 2
0
        private void ReporteFacturaViewer_Load(object sender, EventArgs e)
        {
            FacturaReporte abrir = new FacturaReporte();

            abrir.SetDataSource(datos);
            ReporteFacturaViewer.ReportSource = abrir;
            // ReporteFacturaViewer.SelectionFormula = "{View_Facturaciones}.Id=id"; {Facturaciones.ClienteId}=1
            ReporteFacturaViewer.Refresh();
        }