Beispiel #1
0
        private void fillReport()
        {
            ReportBll relatorioBll = new ReportBll();

            gvOLT.DataSource = relatorioBll.relatorioBandaOltTotal(txtOlt.Text);
            gvOLT.DataBind();
        }