81,122
社区成员




builder.RowFormat.AllowBreakAcrossPages = false;//跨页断行
builder.RowFormat.HeadingFormat = true;//每页显示表头
在后面的数据行再设置
builder.RowFormat.AllowBreakAcrossPages = true;//跨页断行
builder.RowFormat.HeadingFormat = false;//每页显示表头
我只有word2007,2007以上应该都可以
2003还没测试。