BKI_DichVuMatDat.BaoCao.f447_thong_ke_nhan_vien_ee.M_btn_xuat_excel_Click C# (CSharp) Method

M_btn_xuat_excel_Click() private method

private M_btn_xuat_excel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void M_btn_xuat_excel_Click(object sender, EventArgs e)
        {
            try
            {
                ReportHelper.ExportXLS(m_grc, "THỐNG KÊ NHÂN VIÊN ĐANG LÀM VIỆC TẠI NGÀY " + m_date.Date.ToShortDateString(),
                                                EXPORT_FILE_NAME + m_date.Date.ToShortDateString());
            }
            catch (Exception ex)
            {
                CSystemLog_301.ExceptionHandle(ex);
            }
        }