Langsung ke konten utama

Postingan

Menampilkan postingan dari Desember, 2016

Create PDF from SSRS Form

Hi, i want to share code to create and save from SSRS Report I created a new Button, so after user selects data and clicks the button, system creates a PDF file and saves it to the destination folder. public static void main(Args _args) {     PurchTable                      purchTable,purchTable2, row;     PurchPurchaseOrderContract      purchPurchaseOrderContract;     VendPurchOrderJour              vendPurchOrderJour;     FormDataSource                  purchTable_ds;     SRSPrintDestinationSettings     settings;     SrsReportRunController          controller ;     str                             folderPath;     dialog                          d;     DialogField                     dialogFilename;     str                             PDFName, FilePath;     int                             tot = 0;     Args                            args;     ReportName                      reportName = "PurchPurchaseOrder.Report";     PurchTable