Exemplo n.º 1
0
        protected void btnShopExcel_Click(object sender, EventArgs e)
        {
            DataTable dt = this.Get_ParameterList(this.QueryCondition());

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