Hi I am trying to generate report programmatically from EA using C#.
Project.RunReport
By referring this.
But the problem is RunReport allows to choose only main template by passing the parameters
PackageGUID: String - the GUID of the Package or master document to run the report on
TemplateName: String - the document report template to use; if the PackageGUID has a stereotype of MasterDocument, the template is not required
FileName: String - the file name and path to store the generated report; the file extension specified will determine the format of the generated document - for example, RTF, PDF
How to set coverPage and TOC using this RunReport API call..?