Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: blue5teel 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