コード例 #1
0
ファイル: UCPJ_GZTJB.cs プロジェクト: s7loves/mypowerscgl
        private void btExplorerYear_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {

            frmYearSelect fys = new frmYearSelect();
            fys.StrSQL = "select distinct left(CONVERT(varchar(50) , gzrq, 112 ),4 )  from PJ_gztjb";
            if (fys.ShowDialog() == DialogResult.OK)
            {
                ExportGZTJB etdjh = new ExportGZTJB();
                etdjh.ExportExcel(fys.strYear);
            }
        }
コード例 #2
0
ファイル: UCPJ_GZTJB.cs プロジェクト: s7loves/mypowerscgl
 private void btView_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     ExportGZTJB ex = new ExportGZTJB();
     ex.ExportExcel("全部");
 }