asp.net - exporting rdlc report into pdf on button click -
Hi Anyone can help me with this. I have the RDLC report displayed on my web page using Asp.net and C # .net I want to export it to PDF on button click. Can you help me? Thank you I did something like that sometime ago. Below is the code I used in the page_load event of a page, it is in VB and it is not the best code in the world, but you can get help to get the solution. Completed = request as action ("job") dim RV Reporting.WebForms.ReportViewer Dim R string = "apps / report / legal_document.rdlc" dim ds new jobmanagerTableAdapters.JobInformationTableAdapter dim DS2 New ordermanagementTableAdapters.RecoveryItemsInformationTableAdapter dim DS3 New expensemanagerTableAdapters.tbl_expensesTableAdapter dim DS4 New ordermanagementTableAdapters.tbl_orders_collection_itemsTableAdapter dims as DS5 As in as new attachmentsmanagerTableAdapters.tbl_attachmentsTableAdapter dim ds6 New notesmanagerTableAdapters.tbl_notesTableAdapter dim ds7 New payments_manage...