私は、ASP.NETアプリケーションに出力するCrystalレポートに次のコードを使用しています:PDFファイルのCrystal Reports?
Dim rptDocument As New ReportDocument
Dim rptPath As String = Server.MapPath("Reports/Employees.rpt")
rptDocument.Load(rptPath)
Me.CrystalReportViewer1.ReportSource = rptDocument
すべてが正常に動作しています。私の質問は、crystalreportviewerにレンダリングするのではなく、PDFファイルとしてレポートをレンダリングする方法はありますか?
私は非常に文字通りあなたのはい/いいえの質問に答えていないためにVisual Studioの2008