void CarregarRelatorio() { report.Load("relSolicitacaoCompra.rpt"); report.SetDataSource(Relatorio.Compra(Pedido)); crvReport2.ReportSource = report; crvReport2.Show(); }