Is there a way to call the export method from code ?
I need this because I want to customize the toolbar to have an "Export to PDF" button, not from Save -> save to PDF.
Thanks,
Ionica.
Export from code
Export from code
Found it,
viewer.InvokeReportSavePdf();
viewer.InvokeReportSavePdf();
Export from code
Hello,
This is very good!
This is very good!