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

            Utility.ExportDataTableCsv(relatorioBll.relatorioGeralFacilidade(txtCircuito.Text, txtCto.Text, txtOlt.Text, ddlStatus.SelectedValue), "Facilidade GPON");
        }