VB.net 代码如下:
Dim file_name As String = "..\..\PageReport2.rdlx"
Dim pageReport As New PageReport(New System.IO.FileInfo(file_name))
Dim pageDocument As New Document.PageDocument(pageReport)
pageDocument.Printer.Print()
PageReport2.rdlx中只画了一条线。
执行后打印了一张白纸,纸上没有画的线。
请问是什么原因?