void CarregarRelatorio() { report.Load("relPedidorpt.rpt"); report.SetDataSource(Relatorio.CompraCompleta(Pedido)); crvReport.ReportSource = report; crvReport.Show(); }