标签: c#-4.0 crystal-reports-2008 windows-applications
我目前正在使用C#windows应用程序。现在想要通过单击按钮将生成的水晶报告转换为用户指定位置的* .pdf格式。
我们已经有导出按钮将报告转换为多个选项。但现在我想通过单击按钮将报告转换为* .pdf格式
请有人帮助我。
答案 0 :(得分:0)
您可以使用以下方法执行此操作
Report.ExportToDisk(ExportFormatType.PortableDocFormat, "<path>/<name for pdf file>");
请参阅以下链接
C# Crystal Reports Export to Pdf
C# code to export to pdf using Crystal Report