예제 #1
0
        protected void btnRptMemExcel_Click(object sender, EventArgs e)
        {
            DataTable dtMem = this.GetListAllData();

            DataExcelInfo.RptMemReportExcel(dtMem, this._UserName);
        }