Example #1
0
        protected void btnRptPointChangeExcel_Click(object sender, EventArgs e)
        {
            SysShop   bllPointLog = new SysShop();
            int       Counts      = this.NetPagerParameter.RecordCount;
            string    strSql      = this.QueryCondition();
            DataTable dt          = bllPointLog.GetAllianceListShop(100000, 1, out Counts, new string[]
            {
                strSql
            }).Tables[0];

            DataExcelInfo.AllianceListShopReportExcel(dt, this._UserName);
        }