In the classic client the report will go directly to excel as the form does or we have to customize it as we were doing in Nav4.0 because reports in RTC are exporting to excel but in classic it doesn't.
Reports in NAV2009 Claissic Clietn are teh same as they were in NAV5.0 if you want to have an export to excel function on them you'll have to code it in manually.
In RTC you can use the Print Preview window's "Save As Excel" toolbar button or you could create an action to call the Report.SAVEASEXCEL(FileName) function.
Comments
Reports in NAV2009 Claissic Clietn are teh same as they were in NAV5.0 if you want to have an export to excel function on them you'll have to code it in manually.
Ian
Ian
In RTC you can use the Print Preview window's "Save As Excel" toolbar button or you could create an action to call the Report.SAVEASEXCEL(FileName) function.
You can see a code example of an action that saves a report to PDF here http://www.mibuso.com/forum/viewtopic.php?f=32&t=35803
Regards,
David