Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: 1c3m4n on October 14, 2010, 11:31:46 pm

Title: Generate RTF report via C# Addin
Post by: 1c3m4n on October 14, 2010, 11:31:46 pm
Hi,

is it possible to generate a RTF report of a package via C# Addin?

Thanks !

Cheers,
Florian
Title: Re: Generate RTF report via C# Addin
Post by: Eve on October 15, 2010, 08:27:15 am
Repository.GetProjectInterface().RunReport().

http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/project_2.htm
Title: Re: Generate RTF report via C# Addin
Post by: 1c3m4n on October 15, 2010, 06:02:36 pm
Thanks !!!
Title: Re: Generate RTF report via C# Addin
Post by: SkiRat on October 26, 2010, 01:10:53 am
Has anyone tried the RunHTMLReport() method?

If so what's the cleanest way to return the ProjectGUID? (one of the methods parameters)