예제 #1
0
        void CarregarRelatorio()
        {
            report.Load("relSolicitacaoCompra.rpt");

            report.SetDataSource(Relatorio.Compra(Pedido));

            crvReport2.ReportSource = report;
            crvReport2.Show();
        }