这是打印的代码,你看看打印代码上有没有什么不同,然后你尝试吧纸张稍微调整小一点再看看。
- Dim file_name As String = "..\..\PageReport1.rdlx"
- Dim pageReport As New GrapeCity.ActiveReports.PageReport(New System.IO.FileInfo(file_name))
- Dim pageDocument As New GrapeCity.ActiveReports.Document.PageDocument(pageReport)
- pageDocument.Print(True, True, False)
复制代码 或者后台强制修改纸张的大小。
参考这个博客:https://gcdn.grapecity.com.cn/fo ... &extra=page%3D3
|