Book a Demo

Author Topic: Which template does EA's RunReport() use ?  (Read 2237 times)

blue5teel

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Which template does EA's RunReport() use ?
« on: November 18, 2008, 10:07:57 pm »
Im writing a Report-Plugin for EA.
I have following code-snippet:

project.RunReport(package.PackageGUID, RTFTemplateName, (string) fileName );

Although the string "RTFTemplateName" might not be valid, the runreport-function runs and generates a report without a warning.
But which template does it use instead ?

thx
« Last Edit: November 18, 2008, 10:10:19 pm by blue5teel »