23-07-2013 10:34 AM - edited 23-07-2013 11:13 AM
Hello,
I have created a report (based on a report template "Composition - Box in Box Report) for a functionality.
I'd like to know if it's possible to include the report (only the composition tree) in an HTML descriptor to have it generated for each functionality of my website (static website).
Thanks for your help
Stéphane
Solved! Go to Solution.
03-09-2013 10:02 AM
Hi,
Normally, you can insert your report into a HTML page if you call a specific macro from your descriptor with your report as parameter.
here is an example of code line to insert in the HTML descriptor:
[ExternalCall Macro="Html Complete Analysis"/]
Mohamed