1

In .net MVC I am using devExpress for report generating but I am facing a problem and that is, there an option to export to pdf on that I want to add some functionality, so how can i override or call a method after that method execute.

below I am showing the image on which after clicking on pdf it will execute my code also,enter image description here

sang
  • 29
  • 7
  • 1
    Which kind of functionality should be added to the PDF export? There are overloads available with [`ExportToPdf`](https://documentation.devexpress.com/XtraReports/DevExpress.XtraReports.UI.XtraReport.ExportToPdf.overloads) method, you can set `PdfExportOptions` argument there. – Tetsuya Yamamoto May 02 '18 at 09:16

0 Answers0