A PDF file and the VB.NET Crystal Reports feature provides programmers with the ability to export data from the VB application to the PDF file format. You use this feature when you want to export data in a report or listed in a graph on the Windows form. PDF files are then stored on the user’s hard drive, so the user can later review the data and distribute the file to other users. Dim crystal As New ReportDocument Dim options As New PdfRtfWordFormatOptions() options.DiskFileName = _ “c:\data.pdf” exportOpts= crystal.ExportOptions crystal.Export() Writer Bio
