会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
javawebsoa
CnBlogs
Home
New Post
Contact
Admin
Devexpress的数据导出
using System; using System.Web.UI; public partial class Exporting_Exporting : Page { protected void btnPdfExport_Click(object sender, EventArgs e) { gridExport.WritePdfToResponse(); } protected void btnXlsExport_Click(object sender, EventArgs e) { gridExport.WriteXlsToResponse(); } protected void btnXlsxExport_Click(object sender, EventArgs e) { gridExport.WriteXlsxToResponse(); } protected void btnRtfExport_Click(object sender, EventArgs e) { gridExport.WriteRtfToResponse(); } protected void btnCsvExport_Click(object sender, EventArgs e) { gridExport.WriteCsvToResponse(); } }
posted @
2011-07-21 16:14
javawebsoa
Views(
435
) Comments(
0
)
Edit
收藏
举报
刷新页面
返回顶部
公告