1
Automation Interface, Add-Ins and Tools / Re: Generate html report from models in sql repository (C#)
« on: June 30, 2016, 02:04:28 am »
Yes it does also not work for me. Funny thing is the RTF-Report works with an empty GUID.
Code: [Select]
EA.Project project = Repository.GetProjectInterface();
project.RunHTMLReport("", "C:\\Temp\\EA_Export\\", "PNG", "<default>", ".html"); //does not work with "" nor Guid.Empty.ToString()
project.RunReport(Guid.Empty.ToString(), "<default>", "C:\\Temp\\EA_Export\\export.rtf"); //works with "" as well as Guid.Empty.ToString()