摘要: RDLC 导出Word的时候发现,Word的尺寸和页边距有问题,查了MSDN看到这样一段话Page SizingWhen the report is rendered, the Word page height and width are set by the following RDL properties: paper size height and width, left and right page margins, and the top and bottom page margins.于是用记事本打开RDLC文件添加并修改以下参数的值 // 页边距 <RightMargin& 阅读全文
posted @ 2013-03-06 15:08 Tom.汤 阅读(1003) 评论(0) 推荐(0) 编辑