I have a .net application that automates Access. We have just upgraded to Office 2010 and installed the Office 2010 PIA's which are refrenced in the .net project. We would like to take advantage of the Export to PDF functionality for Access objects,specifically Access reports, that is built into Access 2010 but when attempting to call the OutputTo method on the Docmd object it is not there. This method is available from VBA but it seems that it is not when using the Access Interop Assembly.