BKI_DichVuMatDat.BaoCao.f445_bien_dong_luong_theo_thang.m_cmd_xuat_excel_Click C# (CSharp) Method

m_cmd_xuat_excel_Click() public method

public m_cmd_xuat_excel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_cmd_xuat_excel_Click(object sender, EventArgs e)
        {
            try
            {
                chartControl1.ShowPrintPreview();
            }
            catch (Exception)
            {
                throw;
            }
        }