Page 1 of 1

Export from code

Posted: Fri May 06, 2011 1:51 am
by djjoyro
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

Posted: Fri May 06, 2011 2:12 am
by djjoyro
Found it,

viewer.InvokeReportSavePdf();

Export from code

Posted: Fri May 06, 2011 2:57 am
by Andrew
Hello,

This is very good!